Skip to main content

HtmlEditorValidationEventArgs.Html Property

Gets or sets the HTML markup specifying the ASPxHtmlEditor’s content.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#Declaration

public string Html { get; set; }

#Property Value

Type Description
String

A String value specifying the editor’s HTML markup.

#Remarks

Use the Html property to obtain or define the HTML code that represents the ASPxHtmlEditor’s content.

See Also