Click or drag to resize
UIContextHelperRegisterAdminRedirectScript Method
Registers reload script for administration interface with possibility to specify target URL

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static void RegisterAdminRedirectScript(
	Page page,
	string url = null
)

Parameters

page
Type: System.Web.UIPage
Current page
url (Optional)
Type: SystemString
Required target URL (optional)
See Also