OwinRequest.Path Property

Definition

Gets or set the request path from owin.RequestPath.

public virtual Microsoft.Owin.PathString Path { get; set; }
member this.Path : Microsoft.Owin.PathString with get, set
Public Overridable Property Path As PathString

Property Value

The request path from owin.RequestPath.

Implements

Applies to