Skip to main content

ASPxClientHtmlEditorSelection.SetHtml(html, addToHistory) Method

Sets the new HTML markup in place of the currently selected within ASPxHtmlEditor content.

Declaration

SetHtml(
    html: string,
    addToHistory: boolean
): void

Parameters

Name Type Description
html string

A string value specifying the new HTML markup.

addToHistory boolean

true to add this operation to the history; otherwise, false.

See Also