Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or Sets the URI used for the redirect operation.
Namespace: Microsoft.Owin.Security.Cookies
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.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
CookieApplyRedirectContext Class
Microsoft.Owin.Security.Cookies Namespace
Return to top