Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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