Click or drag to resize
URLHelperRedirect Method
Redirects the response using specified URL (302 HTTP status code).

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static void Redirect(
	string url
)

Parameters

url
Type: SystemString
URL for redirection
See Also