IOwinResponse.Redirect(String) Method

Definition

Sets a 302 response status code and the Location header.

public void Redirect (string location);
abstract member Redirect : string -> unit
Public Sub Redirect (location As String)

Parameters

location
String

The location where to redirect the client.

Applies to