Share via


IOwinRequest.Path Property

 

Gets or set the request path from owin.RequestPath.

Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

PathString Path { get; set; }
property PathString Path {
    PathString get();
    void set(PathString value);
}
abstract Path : PathString with get, set
Property Path As PathString

Property Value

Type: Microsoft.Owin.PathString

The request path from owin.RequestPath.

See Also

IOwinRequest Interface
Microsoft.Owin Namespace

Return to top