ReturnEndpointContext.RedirectUri Property

Gets or sets the URI which should be used when returning this context.

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

public string RedirectUri { get; set; }

Property Value

Type: System.String
The URI which should be used when returning this context.
Show: