3 references to WithFormOptions
Microsoft.AspNetCore.Routing.FunctionalTests (3)
MinimalFormTests.cs (3)
616
var g = b.MapGroup("/todos").
WithFormOptions
(valueCountLimit: 7);
618
.
WithFormOptions
(valueCountLimit: 2);
668
.
WithFormOptions
(keyLengthLimit: 8));