Fixing build break by updating comment
This commit is contained in:
parent
5beed03b10
commit
ddea73b934
|
|
@ -92,7 +92,8 @@ namespace Microsoft.AspNet.Mvc
|
|||
public List<ModelBinderDescriptor> ModelBinders { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Get a list of the <see cref="IModelValidatorProvider" />s used by this application.
|
||||
/// Get a list of the <see cref="ModelValidatorProviderDescriptor" />s used by
|
||||
/// <see cref="ModelBinding.CompositeModelValidatorProvider"/>.
|
||||
/// </summary>
|
||||
public List<ModelValidatorProviderDescriptor> ModelValidatorProviders { get; } =
|
||||
new List<ModelValidatorProviderDescriptor>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue