BoolRouteConstraint 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 parameter to represent only Boolean values.
public ref class BoolRouteConstraint : Microsoft::AspNetCore::Routing::IRouteConstraintpublic class BoolRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraintpublic class BoolRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraint, Microsoft.AspNetCore.Routing.Matching.IParameterLiteralNodeMatchingPolicytype BoolRouteConstraint = class
    interface IRouteConstrainttype BoolRouteConstraint = class
    interface IRouteConstraint
    interface IParameterPolicy
    interface IParameterLiteralNodeMatchingPolicytype BoolRouteConstraint = class
    interface IRouteConstraint
    interface IParameterPolicytype BoolRouteConstraint = class
    interface IParameterPolicy
    interface IRouteConstraintPublic Class BoolRouteConstraint
Implements IRouteConstraintPublic Class BoolRouteConstraint
Implements IParameterLiteralNodeMatchingPolicy, IRouteConstraint- Inheritance
- 
				BoolRouteConstraint
- Implements
Constructors
| BoolRouteConstraint() | 
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) |