OwinRequest.Path Property
Gets or set the request path from owin.RequestPath.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public virtual PathString Path { get; set; }
public:
property PathString Path {
virtual PathString get();
virtual void set(PathString value);
}
abstract Path : PathString with get, set
override Path : PathString with get, set
Public Overridable Property Path As PathString
Property Value
Type: Microsoft.Owin.PathString
The request path from owin.RequestPath.
Implements
See Also
OwinRequest Class
Microsoft.Owin Namespace
Return to top