Redirects the client to another URL using the GET method (303 H).
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntaxpublic static void SeeOther(
	string url
)
Parameters
- url
 - Type: SystemString
Destination URL 
See Also