ASPxClientHtmlEditorSelection.GetHtml Method
Returns the HTML markup specifying the currently selected ASPxHtmlEditor content.
Declaration
GetHtml(): string
Returns
Type | Description |
---|---|
string | A string value specifying the HTML markup. |
Remarks
Note
The GetHtml method is in effect only if the Design View is used.
See Also