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