HtmlEditorSettings.Html Property
Gets or sets the HTML markup specifying the HtmlEditor’s content.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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 specifies the HtmlEditor’s content.
This property can be used, for example, when you need to save the customized content of the editor into a specific location (a file or database’s field) on the server.
See Also