OwinRequest.PathBase Property

Gets or sets the route path to the OWIN request.

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Overridable Property PathBase As PathString 
    Get 
    Set
'Usage
Dim instance As OwinRequest 
Dim value As PathString 

value = instance.PathBase

instance.PathBase = value
public virtual PathString PathBase { get; set; }
public:
virtual property PathString PathBase {
    PathString get ();
    void set (PathString value);
}
abstract PathBase : PathString with get, set 
override PathBase : PathString with get, set
function get PathBase () : PathString 
function set PathBase (value : PathString)

Property Value

Type: Microsoft.Owin.PathString
The route path to the OWIN request.

Implements

IOwinRequest.PathBase

See Also

Reference

OwinRequest Class

Microsoft.Owin Namespace