OwinRequest.Path Property

Gets or sets the virtual path of the current request.

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

Syntax

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

value = instance.Path

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

Property Value

Type: Microsoft.Owin.PathString
The virtual path of the current request.

Implements

IOwinRequest.Path

See Also

Reference

OwinRequest Class

Microsoft.Owin Namespace