RouteConstraintMatcher Class

Namespace
Microsoft.AspNetCore.Routing
Assemblies
  • Microsoft.AspNetCore.Routing

Syntax

public class RouteConstraintMatcher
class Microsoft.AspNetCore.Routing.RouteConstraintMatcher

Methods

Match(System.Collections.Generic.IDictionary<System.String, Microsoft.AspNetCore.Routing.IRouteConstraint>, Microsoft.AspNetCore.Routing.RouteValueDictionary, Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Routing.IRouter, Microsoft.AspNetCore.Routing.RouteDirection, Microsoft.Extensions.Logging.ILogger)
Return type:System.Boolean
public static bool Match(IDictionary<string, IRouteConstraint> constraints, RouteValueDictionary routeValues, HttpContext httpContext, IRouter route, RouteDirection routeDirection, ILogger logger)