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