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)
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
The URI which should be used when returning this context.
See Also
ReturnEndpointContext Class
Microsoft.Owin.Security.Provider Namespace
Return to top