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.v18.2.dll

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:

Object Type Path to InvalidUrlErrorText
ASPxHtmlEditorAudioUploadSettings
.ValidationSettings.InvalidUrlErrorText
ASPxHtmlEditorFlashUploadSettings
.ValidationSettings.InvalidUrlErrorText
ASPxHtmlEditorImageUploadSettings
.ValidationSettings.InvalidUrlErrorText
ASPxHtmlEditorVideoUploadSettings
.ValidationSettings.InvalidUrlErrorText
MVCxHtmlEditorAudioUploadSettings
.ValidationSettings.InvalidUrlErrorText
MVCxHtmlEditorFlashUploadSettings
.ValidationSettings.InvalidUrlErrorText
MVCxHtmlEditorImageUploadSettings
.ValidationSettings.InvalidUrlErrorText
MVCxHtmlEditorVideoUploadSettings
.ValidationSettings.InvalidUrlErrorText
See Also