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

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

Parameters

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