Share via


AuthenticationProperties.RedirectUri Property

 

Gets or sets the full path or absolute URI to be used as an http redirect response value.

Namespace:   Microsoft.Owin.Security
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

public string RedirectUri { get; set; }
public:
property String^ RedirectUri {
    String^ get();
    void set(String^ value);
}
member RedirectUri : string with get, set
Public Property RedirectUri As String

Property Value

Type: System.String

Returns String.

See Also

AuthenticationProperties Class
Microsoft.Owin.Security Namespace

Return to top