BootstrapClientCallbackPanel.SetContentHtml(html) Method
Sets the HTML markup specifying the contents of the control’s window.
Declaration
SetContentHtml(
html: string
): void
Parameters
Name | Type | Description |
---|---|---|
html | string | A string value that specifies the HTML markup. |
Remarks
Use the SetContentHtml method on the client side to dynamically provide the control’s window with its HTML contents.
See Also