Implemented interface member:
method
Match
Microsoft.AspNetCore.Routing.IRouteConstraint.Match(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Routing.IRouter, System.String, Microsoft.AspNetCore.Routing.RouteValueDictionary, Microsoft.AspNetCore.Routing.RouteDirection)
8 references to Match
Microsoft.AspNetCore.Mvc.Core.Test (8)
Routing\KnownRouteValueConstraintTests.cs (8)
51var match = knownRouteValueConstraint.Match(httpContext: null, route: null, "area", values, RouteDirection.IncomingRequest); 76var match = constraint.Match(httpContext, route, keyName, values, direction); 112var match = constraint.Match(httpContext, route, keyName, values, direction); 150var match = constraint.Match(httpContext, route, keyName, values, direction); 175var match = constraint.Match(httpContext, route, "area", values, direction); 192() => constraint.Match( 234var match = constraint.Match(httpContext: null, route: null, keyName, values, direction); 263var match = constraint.Match(httpContext: null, route: null, "randomKey", values, direction);