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
public virtual PathString PathBase { get; set; }
public:
property PathString PathBase {
virtual PathString get();
virtual void set(PathString value);
}
abstract PathBase : PathString with get, set
override PathBase : PathString with get, set
Public Overridable Property PathBase As PathString
Property Value
Type: Microsoft.Owin.PathString
The owin.RequestPathBase.
Implements
See Also
OwinRequest Class
Microsoft.Owin Namespace
Return to top