IOwinRequest.Uri Property

Definition

Gets the uniform resource identifier (URI) associated with the request.

public Uri Uri { get; }
member this.Uri : Uri
Public ReadOnly Property Uri As Uri

Property Value

Uri

The uniform resource identifier (URI) associated with the request.

Applies to