Fixing doc comments for c67236141b
This commit is contained in:
parent
c67236141b
commit
7f68a47fde
|
|
@ -23,7 +23,7 @@ namespace Microsoft.AspNet.Mvc.ModelBinding.Validation
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a list of <see cref="IClientModelValidatorProvider"/>.
|
/// Gets a list of <see cref="IClientModelValidatorProvider"/> instances.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public IReadOnlyList<IClientModelValidatorProvider> ValidatorProviders { get; }
|
public IReadOnlyList<IClientModelValidatorProvider> ValidatorProviders { get; }
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ namespace Microsoft.AspNet.Mvc.ModelBinding.Validation
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the list of <see cref="IModelValidatorProvider"/>.
|
/// Gets the list of <see cref="IModelValidatorProvider"/> instances.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public IReadOnlyList<IModelValidatorProvider> ValidatorProviders { get; }
|
public IReadOnlyList<IModelValidatorProvider> ValidatorProviders { get; }
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ namespace Microsoft.AspNet.Mvc.ModelBinding.Validation
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the type of the <typeparamref name="TAttribute"/> associated with this instance.
|
/// Gets the <typeparamref name="TAttribute"/> instance.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public TAttribute Attribute
|
public TAttribute Attribute
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
namespace Microsoft.AspNet.Mvc.ModelBinding.Validation
|
namespace Microsoft.AspNet.Mvc.ModelBinding.Validation
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Provides a collection of <see cref="IClientModelValidator"/>.
|
/// Provides a collection of <see cref="IClientModelValidator"/>s.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IClientModelValidatorProvider
|
public interface IClientModelValidatorProvider
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue