2 writes to MaxLength
Microsoft.AspNetCore.Components (2)
src\Http\Routing\src\Constraints\LengthRouteConstraint.cs (2)
35
MinLength =
MaxLength
= length;
66
MaxLength
= maxLength;
1 reference to MaxLength
Microsoft.AspNetCore.Components (1)
src\Http\Routing\src\Constraints\LengthRouteConstraint.cs (1)
107
return length >= MinLength && length <=
MaxLength
;