6 references to ExplicitIndexCollectionValidationStrategy
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Binders\CollectionModelBinder.cs (1)
406
new
ExplicitIndexCollectionValidationStrategy
(indexNames) :
Microsoft.AspNetCore.Mvc.Core.Test (5)
ModelBinding\Validation\ExplicitIndexCollectionValidationStrategyTest.cs (5)
17
var strategy = new
ExplicitIndexCollectionValidationStrategy
(new string[] { "zero", "one", "two" });
57
var strategy = new
ExplicitIndexCollectionValidationStrategy
(new string[] { "zero", "one", "two" });
92
var strategy = new
ExplicitIndexCollectionValidationStrategy
(new string[] { "zero", "one", "two" });
128
var strategy = new
ExplicitIndexCollectionValidationStrategy
(new string[] { "zero", "one", });
158
var strategy = new
ExplicitIndexCollectionValidationStrategy
(new string[] { "zero", "one", "two" });