Share via


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.String

    The ___location where to redirect the client.

See Also

IOwinResponse Interface
Microsoft.Owin Namespace

Return to top