Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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