6 references to Validation_TopLevelPropertyModel
Microsoft.AspNetCore.Mvc.IntegrationTests (6)
ValidationWithRecordIntegrationTests.cs (6)
2126var model = Assert.IsType<Validation_TopLevelPropertyModel>(modelBindingResult.Model); 2144public Validation_TopLevelPropertyModel Model { get; set; } 2177var model = Assert.IsType<Validation_TopLevelPropertyModel>(modelBindingResult.Model); 2197public Validation_TopLevelPropertyModel Model { get; set; }