Click or drag to resize
PortalScriptHelperRegisterApplicationStorageScript Method
Register application storage script. The current application is stored in browser storage for later use.

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static void RegisterApplicationStorageScript(
	Page page
)

Parameters

page
Type: System.Web.UIPage
Current page
See Also