ScriptHelper GetRedirectScript Method Kentico 8.0 API Reference
Returns a script block that handles page redirection.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

url
Type: OnlineSystem String
URL of the page the user should be redirected to
newWindowInCMSDesk
Type: OnlineSystem Boolean
True, if requested page should be opened in a new window when user is in CMSDesk, otherwise the page is opened in the current window

Return Value

Type: OnlineString
See Also