TwitterApplyRedirectContext.RedirectUri Property
Gets the URI used for the redirect operation.
Namespace: Microsoft.Owin.Security.Twitter
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)
Syntax
public string RedirectUri { get; private set; }
public:
property String^ RedirectUri {
String^ get();
private: void set(String^ value);
}
member RedirectUri : string with get, private set
Public Property RedirectUri As String
Get
Private Set
End Property
Property Value
Type: System.String
Returns String.
See Also
TwitterApplyRedirectContext Class
Microsoft.Owin.Security.Twitter Namespace
Return to top