RouteConstraintMatcher Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Use to evaluate if all route parameter values match their constraints.
public ref class RouteConstraintMatcher abstract sealed
public static class RouteConstraintMatcher
type RouteConstraintMatcher = class
Public Class RouteConstraintMatcher
- Inheritance
-
RouteConstraintMatcher
Methods
Match(IDictionary<String,IRouteConstraint>, RouteValueDictionary, HttpContext, IRouter, RouteDirection, ILogger) |
Determines if |