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