OwinRequest.PathBase Property

 

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

IOwinRequest.PathBase

See Also

OwinRequest Class
Microsoft.Owin Namespace

Return to top