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)
31
await binder.
BindModelAsync
(bindingContext);
53
await binder.
BindModelAsync
(bindingContext);
80
await binder.
BindModelAsync
(bindingContext);