3 references to LengthRouteConstraint
Microsoft.AspNetCore.Components (3)
src\Http\Routing\src\Constraints\LengthRouteConstraint.cs (2)
23
/// Initializes a new instance of the <see cref="
LengthRouteConstraint
" /> class that constrains
39
/// Initializes a new instance of the <see cref="
LengthRouteConstraint
" /> class that constrains
src\Http\Routing\src\RouteOptions.cs (1)
119
AddConstraint<
LengthRouteConstraint
>(defaults, "length");