ScriptHelperGetLoaderOverlayHtml Method |
Gets the HTML content of the standard system loader overlay.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
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