HttpRoutePathMatchV1 Properties
Class Properties 2 members
Defines a path match condition for an HTTPRoute rule.
Gets or sets the type of path matching. Values:
"PathPrefix", "Exact". public string Type { get; set; } Gets or sets the path value to match.
public string Value { get; set; }