ModelMetadata.GetValidators(ModelBindingExecutionContext) 메서드

정의

모델에 적용되는 유효성 검사기의 컬렉션을 반환합니다.

public:
 virtual System::Collections::Generic::IEnumerable<System::Web::ModelBinding::ModelValidator ^> ^ GetValidators(System::Web::ModelBinding::ModelBindingExecutionContext ^ context);
public virtual System.Collections.Generic.IEnumerable<System.Web.ModelBinding.ModelValidator> GetValidators (System.Web.ModelBinding.ModelBindingExecutionContext context);
abstract member GetValidators : System.Web.ModelBinding.ModelBindingExecutionContext -> seq<System.Web.ModelBinding.ModelValidator>
override this.GetValidators : System.Web.ModelBinding.ModelBindingExecutionContext -> seq<System.Web.ModelBinding.ModelValidator>
Public Overridable Function GetValidators (context As ModelBindingExecutionContext) As IEnumerable(Of ModelValidator)

매개 변수

context
ModelBindingExecutionContext

모델 바인딩 실행 컨텍스트입니다.

반환

IEnumerable<ModelValidator>

유효성 검사기의 컬렉션입니다.

적용 대상