ScriptHelperGetLoaderInlineHtml Method |
Gets the HTML content of the standard system loader icon with specified text.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax public static string GetLoaderInlineHtml(
string text = null,
string loaderClass = null
)
Parameters
- text (Optional)
- Type: SystemString
Text to display - loaderClass (Optional)
- Type: SystemString
CSS class of the loader div
Return Value
Type:
StringSee Also