ASPxClientPopupControl.GetWindowContentHtml(window) Method
Returns the HTML code that represents the contents of the specified popup window.
Declaration
GetWindowContentHtml(
window: ASPxClientPopupWindow
): string
Parameters
Name | Type | Description |
---|---|---|
window | ASPxClientPopupWindow | An ASPxClientPopupWindow object that specifies the required popup window. |
Returns
Type | Description |
---|---|
string | A string that represents the specified popup window’s HTML content. |
Remarks
The GetWindowContentHtml method can be used on the client side to obtain the HTML content of a specific popup window within the popup control.
See Also