CompositeModelValidatorProvider Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Aggregate of IModelValidatorProviders that delegates to its underlying providers.
public ref class CompositeModelValidatorProvider : Microsoft::AspNetCore::Mvc::ModelBinding::Validation::IModelValidatorProviderpublic class CompositeModelValidatorProvider : Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IModelValidatorProvidertype CompositeModelValidatorProvider = class
    interface IModelValidatorProviderPublic Class CompositeModelValidatorProvider
Implements IModelValidatorProvider- Inheritance
- 
				CompositeModelValidatorProvider
- Implements
Constructors
| CompositeModelValidatorProvider(IList<IModelValidatorProvider>) | Initializes a new instance of CompositeModelValidatorProvider. | 
Properties
| ValidatorProviders | Gets the list of IModelValidatorProvider instances. | 
Methods
| CreateValidators(ModelValidatorProviderContext) | Creates the validators for ModelMetadata. |