ASPxClientHtmlEditorSelection.GetHtml Method
In This Article
Returns the HTML markup specifying the currently selected ASPxHtmlEditor content.
#Declaration
TypeScript
GetHtml(): string
#Returns
Type | Description |
---|---|
string | A string value specifying the HTML markup. |
#Remarks
Note
The Get
See Also