Jaa


OwinRequest.Uri Property

 

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

IOwinRequest.Uri

See Also

OwinRequest Class
Microsoft.Owin Namespace

Return to top