ASPxClientPageControl.GetTabContentHTML(tab) Method
Returns the HTML code that represents the contents of the specified page within the page control.
#Declaration
GetTabContentHTML(
tab: ASPxClientTab
): string
#Parameters
Name | Type | Description |
---|---|---|
tab | ASPx |
An ASPx |
#Returns
Type | Description |
---|---|
string | A string that represents the specified page’s HTML content. |
#Remarks
The GetTabContentHTML method can be used on the client side to obtain the HTML content of a specific page within the page control. The returned value represents the HTML code rendered into the page to define all child controls maintained by the specified page’s ContentControlCollectionItem.Controls collection.