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

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

Parameters

url
Type: SystemString
URL for redirection
See Also