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
|
public interface IClientModelValidatorProvider
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets set of <see cref="IClientModelValidator"/>s
|
/// Gets set of <see cref="IClientModelValidator"/>s by updating
|
||||||
/// by updating <see cref="ClientValidatorProviderContext.Validators"/>.
|
/// <see cref="ClientValidatorItem.Validator"/> in <see cref="ClientValidatorProviderContext.Results"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="context">The <see cref="ClientModelValidationContext"/> associated with this call.</param>
|
/// <param name="context">The <see cref="ClientModelValidationContext"/> associated with this call.</param>
|
||||||
void GetValidators(ClientValidatorProviderContext context);
|
void GetValidators(ClientValidatorProviderContext context);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue