다음을 통해 공유


ModelValidatorProviderCollection 생성자

정의

오버로드

ModelValidatorProviderCollection()

ModelValidatorProviderCollection 클래스의 새 인스턴스를 초기화합니다.

ModelValidatorProviderCollection(IList<ModelValidatorProvider>)

모델 유효성 검사 공급자 목록을 사용하여 클래스의 ModelValidatorProviderCollection 새 instance 초기화합니다.

ModelValidatorProviderCollection()

ModelValidatorProviderCollection 클래스의 새 인스턴스를 초기화합니다.

public ModelValidatorProviderCollection ();
Public Sub New ()

적용 대상

ModelValidatorProviderCollection(IList<ModelValidatorProvider>)

모델 유효성 검사 공급자 목록을 사용하여 클래스의 ModelValidatorProviderCollection 새 instance 초기화합니다.

public ModelValidatorProviderCollection (System.Collections.Generic.IList<System.Web.Mvc.ModelValidatorProvider> list);
new System.Web.Mvc.ModelValidatorProviderCollection : System.Collections.Generic.IList<System.Web.Mvc.ModelValidatorProvider> -> System.Web.Mvc.ModelValidatorProviderCollection
Public Sub New (list As IList(Of ModelValidatorProvider))

매개 변수

list
IList<ModelValidatorProvider>

모델 유효성 검사 공급자의 목록입니다.

적용 대상