BootstrapClientPageControl.GetTabContentHTML(tab) Method
Returns the HTML code that represents the contents of the specified page within the page control.
Declaration
GetTabContentHTML(
tab: BootstrapClientTab
): string
Parameters
Name | Type | Description |
---|---|---|
tab | BootstrapClientTab | An BootstrapClientTab object that specifies the required page. |
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.
See Also