Skip to main content

ASPxClientPopupControlBase.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.

Note

If the loaded HTML contains DevExpress MVC extensions and these extensions require specific resources, such as scripts or CSS files, you should call the FinalizeCallback method to force loading of these resources.

View Example: How to customize a pop-up window's content and layout

See Also