Skip to main content
A newer version of this page is available. .

ASPxHtmlEditorUploadValidationSettingsBase.InvalidUrlErrorText Property

Gets or sets the error text to be displayed in built-in dialogs, if the specified URL is wrong.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("Invalid URL format, or a file cannot be found using this URL")]
public string InvalidUrlErrorText { get; set; }

Property Value

Type Default Description
String "Invalid URL format, or a file cannot be found using this URL"

A String value specifying the error text.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to InvalidUrlErrorText
ASP.NET Controls and MVC Extensions ASPxHtmlEditorAudioUploadSettings
.ValidationSettings .InvalidUrlErrorText
ASPxHtmlEditorFlashUploadSettings
.ValidationSettings .InvalidUrlErrorText
ASPxHtmlEditorImageUploadSettings
.ValidationSettings .InvalidUrlErrorText
ASPxHtmlEditorVideoUploadSettings
.ValidationSettings .InvalidUrlErrorText
ASP.NET MVC Extensions MVCxHtmlEditorAudioUploadSettings
.ValidationSettings .InvalidUrlErrorText
MVCxHtmlEditorFlashUploadSettings
.ValidationSettings .InvalidUrlErrorText
MVCxHtmlEditorImageUploadSettings
.ValidationSettings .InvalidUrlErrorText
MVCxHtmlEditorVideoUploadSettings
.ValidationSettings .InvalidUrlErrorText
See Also