2 references to MinLengthRouteConstraint
Microsoft.AspNetCore.Routing (2)
Constraints\MinLengthRouteConstraint.cs (1)
24/// Initializes a new instance of the <see cref="MinLengthRouteConstraint" /> class.
RouteOptions.cs (1)
117AddConstraint<MinLengthRouteConstraint>(defaults, "minlength");