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
public virtual void Redirect(
string location
)
public:
virtual void Redirect(
String^ location
)
abstract Redirect :
location:string -> unit
override Redirect :
location:string -> unit
Public Overridable Sub Redirect (
location As String
)
Parameters
location
Type: System.StringThe location where to redirect the client.
Implements
IOwinResponse.Redirect(String)
See Also
OwinResponse Class
Microsoft.Owin Namespace
Return to top