Implemented interface member:
method
BindModelAsync
Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder.BindModelAsync(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext)
3 references to BindModelAsync
Microsoft.AspNetCore.Mvc.Core.Test (3)
ModelBinding\Binders\HeaderModelBinderTests.cs (3)
31await binder.BindModelAsync(bindingContext); 53await binder.BindModelAsync(bindingContext); 80await binder.BindModelAsync(bindingContext);