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

'Declaration
Public Property RedirectUri As String 
    Get 
    Set
'Usage
Dim instance As ReturnEndpointContext 
Dim value As String 

value = instance.RedirectUri

instance.RedirectUri = value
public string RedirectUri { get; set; }
public:
property String^ RedirectUri {
    String^ get ();
    void set (String^ value);
}
member RedirectUri : string with get, set
function get RedirectUri () : String 
function set RedirectUri (value : String)

Property Value

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

See Also

Reference

ReturnEndpointContext Class

Microsoft.Owin.Security.Provider Namespace