IOwinResponse.Redirect Method (String)
Sets a 302 response status code and the Location header.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
void Redirect(
string location
)
void Redirect(
String^ location
)
abstract Redirect :
location:string -> unit
Sub Redirect (
location As String
)
Parameters
location
Type: System.StringThe location where to redirect the client.
See Also
IOwinResponse Interface
Microsoft.Owin Namespace
Return to top