Commit 03dc95fa authored by yangxiaodong's avatar yangxiaodong

redress comment.

parent 4d5af5db
...@@ -14,15 +14,7 @@ namespace DotNetCore.CAP.Abstractions.ModelBinding ...@@ -14,15 +14,7 @@ namespace DotNetCore.CAP.Abstractions.ModelBinding
/// <returns> /// <returns>
/// <para> /// <para>
/// A <see cref="Task"/> which will complete when the model binding process completes. /// A <see cref="Task"/> which will complete when the model binding process completes.
/// </para> /// </para>
/// <para>
/// If model binding was successful, the <see cref="ModelBindingContext.Result"/> should have
/// <see cref="ModelBindingResult.IsModelSet"/> set to <c>true</c>.
/// </para>
/// <para>
/// A model binder that completes successfully should set <see cref="ModelBindingContext.Result"/> to
/// a value returned from <see cref="ModelBindingResult.Success"/>.
/// </para>
/// </returns> /// </returns>
Task BindModelAsync(ModelBindingContext bindingContext); Task BindModelAsync(ModelBindingContext bindingContext);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment