MinLengthRouteConstraint 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 be a string with a minimum length.
public ref class MinLengthRouteConstraint : Microsoft::AspNetCore::Routing::IRouteConstraintpublic class MinLengthRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraintpublic class MinLengthRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraint, Microsoft.AspNetCore.Routing.Matching.IParameterLiteralNodeMatchingPolicytype MinLengthRouteConstraint = class
    interface IRouteConstrainttype MinLengthRouteConstraint = class
    interface IRouteConstraint
    interface IParameterPolicy
    interface IParameterLiteralNodeMatchingPolicytype MinLengthRouteConstraint = class
    interface IRouteConstraint
    interface IParameterPolicytype MinLengthRouteConstraint = class
    interface IParameterPolicy
    interface IRouteConstraintPublic Class MinLengthRouteConstraint
Implements IRouteConstraintPublic Class MinLengthRouteConstraint
Implements IParameterLiteralNodeMatchingPolicy, IRouteConstraint- Inheritance
- 
				MinLengthRouteConstraint
- Implements
Constructors
| MinLengthRouteConstraint(Int32) | Initializes a new instance of the MinLengthRouteConstraint class. | 
Properties
| MinLength | Gets the minimum length allowed for the route parameter. | 
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) |