Click or drag to resize
ScriptHelperGetLoaderOverlayHtml Method
Gets the HTML content of the standard system loader overlay.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static string GetLoaderOverlayHtml(
	string overlayClass = "overlayer overlayer-general",
	string overlayId = "cms-overlayer"
)

Parameters

overlayClass (Optional)
Type: SystemString
CSS class of the loader overlay div
overlayId (Optional)
Type: SystemString
ID of the loader overlay div (default is standard cms-overlayer)

Return Value

Type: String
See Also