Share via


WelcomePageOptions.Path Property

 

Specifies which requests paths will be responded to. Exact matches only. Leave null to handle all requests.

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

Syntax

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

Property Value

Type: Microsoft.Owin.PathString

Returns PathString.

See Also

WelcomePageOptions Class
Microsoft.Owin.Diagnostics Namespace

Return to top