Skip to main content

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.v23.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.

See Also