CompositeRouteConstraint 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.
Constrains a route by several child constraints.
public ref class CompositeRouteConstraint : Microsoft::AspNetCore::Routing::IRouteConstraintpublic class CompositeRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraintpublic class CompositeRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraint, Microsoft.AspNetCore.Routing.Matching.IParameterLiteralNodeMatchingPolicytype CompositeRouteConstraint = class
    interface IRouteConstrainttype CompositeRouteConstraint = class
    interface IRouteConstraint
    interface IParameterPolicy
    interface IParameterLiteralNodeMatchingPolicytype CompositeRouteConstraint = class
    interface IRouteConstraint
    interface IParameterPolicytype CompositeRouteConstraint = class
    interface IParameterPolicy
    interface IRouteConstraintPublic Class CompositeRouteConstraint
Implements IRouteConstraintPublic Class CompositeRouteConstraint
Implements IParameterLiteralNodeMatchingPolicy, IRouteConstraint- Inheritance
- 
				CompositeRouteConstraint
- Implements
Constructors
| CompositeRouteConstraint(IEnumerable<IRouteConstraint>) | Initializes a new instance of the CompositeRouteConstraint class. | 
Properties
| Constraints | Gets the child constraints that must match for this constraint to match. | 
Methods
| Match(HttpContext, IRouter, String, RouteValueDictionary, RouteDirection) | Determines whether the URL parameter contains a valid value for this constraint. | 
Explicit Interface Implementations
| IParameterLiteralNodeMatchingPolicy.MatchesLiteral(String, String) |