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
Uri Uri { get; }
property Uri^ Uri {
Uri^ get();
}
abstract Uri : Uri with get
ReadOnly Property Uri As Uri
Property Value
Type: System.Uri
The uniform resource identifier (URI) associated with the request.
See Also
IOwinRequest Interface
Microsoft.Owin Namespace
Return to top