MapOptions.PathMatch Property
The path to match.
Namespace: Microsoft.Owin.Mapping
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public PathString PathMatch { get; set; }
public:
property PathString PathMatch {
PathString get();
void set(PathString value);
}
member PathMatch : PathString with get, set
Public Property PathMatch As PathString
Property Value
Type: Microsoft.Owin.PathString
Returns PathString.
See Also
MapOptions Class
Microsoft.Owin.Mapping Namespace
Return to top