1 reference to TwoDeepModel
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
ComplexRecordIntegrationTest.cs (1)
3331
private record ThreeDeepModel([ModelBinder(typeof(SuccessfulModelBinder))] bool IsBound,
TwoDeepModel
Inner);