IOwinRequest.Uri Property

 

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