IOwinRequest.PathBase Property

Gets or sets the request path base.

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

Syntax

'Declaration
Property PathBase As PathString 
    Get 
    Set
'Usage
Dim instance As IOwinRequest 
Dim value As PathString 

value = instance.PathBase

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

Property Value

Type: Microsoft.Owin.PathString
The request path base.

See Also

Reference

IOwinRequest Interface

Microsoft.Owin Namespace