Skip to main content

BootstrapClientCallbackPanel.GetContentHtml Method

Returns the HTML code that specifies the contents of the control’s window.

Declaration

GetContentHtml(): string

Returns

Type Description
string

A string that specifies the window’s HTML content.

Remarks

The GetContentHtml method can be used on the client side to obtain the HTML content of the control’s window. The returned value is the HTML code rendered into the page to define all child controls maintained by the control’s ASPxPopupControlBase.Controls collection.

See Also