
public Task BindModelAsync(
	ModelBindingContext bindingContext
)A Task which will complete when the model binding process completes.
If model binding was successful, the Result should have IsModelSet set to true.
A model binder that completes successfully should set Result to a value returned from Success(Object).