Click or drag to resize
ScriptHelperRegisterLoader Method
Ensures the registration of the loader module

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void RegisterLoader(
	Page page,
	string text = null
)

Parameters

page
Type: System.Web.UIPage
Page
text (Optional)
Type: SystemString
Text to display while loading
See Also