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

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 RegisterAdminRedirectScript(
	Page page,
	string url = null
)

Parameters

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