ModelValidatorProviderCollection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 ModelValidatorProviderCollection 类的新实例。
重载
ModelValidatorProviderCollection() |
初始化 ModelValidatorProviderCollection 类的新实例。 |
ModelValidatorProviderCollection(IList<ModelValidatorProvider>) |
使用现有集合初始化 ModelValidatorProviderCollection 类的新实例。 |
ModelValidatorProviderCollection()
初始化 ModelValidatorProviderCollection 类的新实例。
public:
ModelValidatorProviderCollection();
public ModelValidatorProviderCollection ();
Public Sub New ()
适用于
ModelValidatorProviderCollection(IList<ModelValidatorProvider>)
使用现有集合初始化 ModelValidatorProviderCollection 类的新实例。
public:
ModelValidatorProviderCollection(System::Collections::Generic::IList<System::Web::ModelBinding::ModelValidatorProvider ^> ^ list);
public ModelValidatorProviderCollection (System.Collections.Generic.IList<System.Web.ModelBinding.ModelValidatorProvider> list);
new System.Web.ModelBinding.ModelValidatorProviderCollection : System.Collections.Generic.IList<System.Web.ModelBinding.ModelValidatorProvider> -> System.Web.ModelBinding.ModelValidatorProviderCollection
Public Sub New (list As IList(Of ModelValidatorProvider))
参数
- list
- IList<ModelValidatorProvider>
验证程序提供程序的集合。