4 references to LengthRouteConstraint
Microsoft.AspNetCore.Routing.Tests (4)
Constraints\LengthRouteConstraintTests.cs (4)
36
var constraint = new
LengthRouteConstraint
(min, max);
67
() => new
LengthRouteConstraint
(-1, 3),
81
() => new
LengthRouteConstraint
(0, -1),
96
() => new
LengthRouteConstraint
(3, 2),