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