Skip to main content

BootstrapClientPageControl.SetTabContentHTML(tab, html) Method

Defines the HTML content for a specific tab page within the page control.

Declaration

SetTabContentHTML(
    tab: BootstrapClientTab,
    html: string
): void

Parameters

Name Type Description
tab BootstrapClientTab

A BootstrapClientTab object that specifies the required tab page.

html string

A string value that represents the HTML code defining the content of the specified page.

Remarks

Use the SetTabContentHTML method on the client side to dynamically provide a tab page specified by the tab parameter with the HTML contents.

See Also