ModelValidatorProviderCollection Constructor
Initializes a new instance of the ModelValidatorProviderCollection class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | ModelValidatorProviderCollection() | Initializes a new instance of the ModelValidatorProviderCollection class. |
![]() | ModelValidatorProviderCollection(IList<ModelValidatorProvider>) | Initializes a new instance of the ModelValidatorProviderCollection class using a list of model-validation providers. |
ModelValidatorProviderCollection Constructor ()
Initializes a new instance of the ModelValidatorProviderCollection class.
ModelValidatorProviderCollection Constructor (IList<ModelValidatorProvider>)
Initializes a new instance of the ModelValidatorProviderCollection class using a list of model-validation providers.
Parameters
- list
-
Type:
System.Collections.Generic.IList<ModelValidatorProvider>
A list of model-validation providers.
Show:
