Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
property String^ RedirectUri {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The URI which should be used when returning this context.

Return to top
Show: