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::IRouteConstraint
	public class RegexRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraint
	public class RegexRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraint, Microsoft.AspNetCore.Routing.Matching.IParameterLiteralNodeMatchingPolicy
	type RegexRouteConstraint = class
    interface IRouteConstraint
	type RegexRouteConstraint = class
    interface IRouteConstraint
    interface IParameterPolicy
    interface IParameterLiteralNodeMatchingPolicy
	type RegexRouteConstraint = class
    interface IRouteConstraint
    interface IParameterPolicy
	type RegexRouteConstraint = class
    interface IParameterPolicy
    interface IRouteConstraint
	Public Class RegexRouteConstraint
Implements IRouteConstraint
	Public 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) |