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 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