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

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.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