ScriptHelperGetLoaderOverlayHtml Method |
Gets the HTML content of the standard system loader overlay.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax 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:
StringSee Also