IOwinRequest.PathBase Property
Gets or set the owin.RequestPathBase.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
PathString PathBase { get; set; }
property PathString PathBase {
PathString get();
void set(PathString value);
}
abstract PathBase : PathString with get, set
Property PathBase As PathString
Property Value
Type: Microsoft.Owin.PathString
The owin.RequestPathBase.
See Also
IOwinRequest Interface
Microsoft.Owin Namespace
Return to top