Implemented interface member:
method
BindModelAsync
Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder.BindModelAsync(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext)
2 references to BindModelAsync
Microsoft.AspNetCore.Mvc.IntegrationTests (2)
ComplexRecordIntegrationTest.cs (1)
3035return _innerBinder.BindModelAsync(bindingContext);
ComplexTypeIntegrationTestBase.cs (1)
3250return _innerBinder.BindModelAsync(bindingContext);