Share via


Address.Path Property

 

The uri path.

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

Syntax

public string Path { get; set; }
public:
property String^ Path {
    String^ get();
    void set(String^ value);
}
member Path : string with get, set
Public Property Path As String

Property Value

Type: System.String

Returns String.

See Also

Address Structure
Microsoft.Owin.BuilderProperties Namespace

Return to top