Method | Description | |
---|---|---|
ContainsConstraint ( Array, array, bool match ) |
Check if param contains any of values listed in array.
|
|
Match ( |
public ContainsConstraint ( Array, array, bool match ) | ||
array | Array, | The items to compare against. |
match | bool | Whether we are matching or NOT matching. |
public Match ( |
||
request | ||
route | IHttpRoute | |
parameterName | string | |
values | IDictionary | |
routeDirection | HttpRouteDirection | |
return | bool |