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 the uniform resource identifier (URI) associated with the request.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public virtual Uri Uri { get; }
public:
property Uri^ Uri {
virtual Uri^ get();
}
abstract Uri : Uri with get
override Uri : Uri with get
Public Overridable ReadOnly Property Uri As Uri
Property Value
Type: System.Uri
The uniform resource identifier (URI) associated with the request.
Implements
See Also
OwinRequest Class
Microsoft.Owin Namespace
Return to top