Click or drag to resize
CMSUIPageRedirectToUrl Method
Redirects the current page to a specific URL

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected static void RedirectToUrl(
	string url
)

Parameters

url
Type: SystemString
URL to redirect
See Also