Click or drag to resize
ScriptHelperGetLoaderInlineHtml Method
Gets the HTML content of the standard system loader icon with specified text.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
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: String
See Also