Click or drag to resize
URLHelperSeeOther Method
Redirects the client to another URL using the GET method (303 H).

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

Parameters

url
Type: SystemString
Destination URL
See Also