IOwinRequest.Path Property

Gets or set the request path from owin.RequestPath.

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

Syntax

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

value = instance.Path

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

Property Value

Type: Microsoft.Owin.PathString
The request path from owin.RequestPath.

See Also

Reference

IOwinRequest Interface

Microsoft.Owin Namespace