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