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