RouteConstraintMatcher Class

Definition

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 routeValues match the provided constraints.

Applies to