RegexRouteConstraint 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 match a regular expression.
public ref class RegexRouteConstraint : Microsoft::AspNetCore::Routing::IRouteConstraintpublic class RegexRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraintpublic class RegexRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraint, Microsoft.AspNetCore.Routing.Matching.IParameterLiteralNodeMatchingPolicytype RegexRouteConstraint = class
    interface IRouteConstrainttype RegexRouteConstraint = class
    interface IRouteConstraint
    interface IParameterPolicy
    interface IParameterLiteralNodeMatchingPolicytype RegexRouteConstraint = class
    interface IRouteConstraint
    interface IParameterPolicytype RegexRouteConstraint = class
    interface IParameterPolicy
    interface IRouteConstraintPublic Class RegexRouteConstraint
Implements IRouteConstraintPublic Class RegexRouteConstraint
Implements IParameterLiteralNodeMatchingPolicy, IRouteConstraint- Inheritance
- 
				RegexRouteConstraint
- Derived
- Implements
Constructors
| RegexRouteConstraint(Regex) | Constructor for a RegexRouteConstraint given a  | 
| RegexRouteConstraint(String) | Constructor for a RegexRouteConstraint given a  | 
Properties
| Constraint | Gets the regular expression used in the route constraint. | 
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) |