Fixed bad xml documentation
This commit is contained in:
parent
47351aac7a
commit
d6843b5a9d
|
|
@ -9,8 +9,8 @@ namespace Microsoft.AspNetCore.Mvc.ModelBinding.Validation
|
|||
public interface IClientModelValidatorProvider
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets set of <see cref="IClientModelValidator"/>s
|
||||
/// by updating <see cref="ClientValidatorProviderContext.Validators"/>.
|
||||
/// Gets set of <see cref="IClientModelValidator"/>s by updating
|
||||
/// <see cref="ClientValidatorItem.Validator"/> in <see cref="ClientValidatorProviderContext.Results"/>.
|
||||
/// </summary>
|
||||
/// <param name="context">The <see cref="ClientModelValidationContext"/> associated with this call.</param>
|
||||
void GetValidators(ClientValidatorProviderContext context);
|
||||
|
|
|
|||
Loading…
Reference in New Issue