Skip to main content

ASPxClientPopupControl.GetContentHTML Method

Obsolete. Returns the HTML code that is the content of the popup control’s default popup window.

Declaration

GetContentHTML(): string

Returns

Type Description
string

A string that is the default popup window’s HTML content.

Remarks

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

See Also