Click or drag to resize
ScriptHelperRegisterClientApplication Method
Registers a client script, that adds the client application state to the page, with the Page object.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void RegisterClientApplication(
	Page page
)

Parameters

page
Type: System.Web.UIPage
The page to register the client script.
See Also