Skip to main content

HtmlEditorSettings.Html Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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