4 references to ThreeDeepModel
Microsoft.AspNetCore.Mvc.IntegrationTests (4)
ComplexRecordIntegrationTest.cs (4)
3341ParameterType = typeof(ThreeDeepModel), 3360var model = Assert.IsType<ThreeDeepModel>(result.Model); 3366private record FourDeepModel([ModelBinder(typeof(SuccessfulModelBinder))] bool IsBound, ThreeDeepModel Inner);