Instructs the web server to redirect the browser to another URL. This sets 
StatusCode
            to an appropriate value but does not close 
OutputStream.
            
 
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid Redirect(
	string url
)
Sub Redirect ( 
	url As String
)
void Redirect(
	String^ url
)
abstract Redirect : 
        url : string -> unit 
Parameters
- url
 - Type: SystemString
 
See Also