Click or drag to resize
URLHelperResponseRedirect Method
Redirects the response using specified URL using standard redirection with Response.Redirect.

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

Parameters

url
Type: SystemString
URL for redirection
See Also