This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Update IModelBinder documentation #4614
Closed
Description
Part of its return documentation currently reads:
/// <para>
/// A <see cref="Task"/> which on completion returns a <see cref="ModelBindingResult"/> which
/// represents the result of the model binding process.
/// </para>
However, the signature for the method is: Task BindModelAsync(ModelBindingContext bindingContext);