Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public Task BindModelAsync(ModelBindingContext bindingContext)
/// <summary>
/// If the <paramref name="model" /> is <see langword="null" />, verifies that it is allowed to be <see langword="null" />,
/// otherwise notifies the <see cref="P:ModelBindingContext.ModelState" /> about the invalid <paramref name="valueProviderResult" />.
/// Sets the <see href="P:ModelBindingContext.Result" /> to the <paramref name="model" /> if successful.
/// Sets the <see cref="P:ModelBindingContext.Result" /> to the <paramref name="model" /> if successful.
/// </summary>
protected virtual void CheckModel(
ModelBindingContext bindingContext,
Expand Down
Loading