7 references to Car1
Microsoft.AspNetCore.Mvc.IntegrationTests (7)
FormFileModelBindingIntegrationTest.cs (7)
704ParameterType = typeof(Car1) 726var car = Assert.IsType<Car1>(modelBindingResult.Model); 751public List<Car1> Cars { get; set; } 991ParameterType = typeof(Car1) 1013var car = Assert.IsType<Car1>(modelBindingResult.Model);