HtmlEditorExtension.GetHtml(String, ASPxHtmlEditorHtmlEditingSettings) Method
In This Article
Returns the HTML markup representing a specific HtmlEditor’s content and allows it to be validated based on the settings related to the HTML editing functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static string GetHtml(
string name,
ASPxHtmlEditorHtmlEditingSettings htmlEditingSettings
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | A string value that specifies the Html |
html |
ASPx |
A ASPx |
#Returns
Type | Description |
---|---|
String | A string value representing the editor’s HTML markup. |
See Also