다음을 통해 공유


FieldTemplateUserControl.IgnoreModelValidationAttribute(Type) 메서드

정의

DynamicValidator에서 특정 형식의 모델 유효성 검사 특성을 무시할 수 있습니다.

protected:
 void IgnoreModelValidationAttribute(Type ^ attributeType);
protected void IgnoreModelValidationAttribute (Type attributeType);
member this.IgnoreModelValidationAttribute : Type -> unit
Protected Sub IgnoreModelValidationAttribute (attributeType As Type)

매개 변수

attributeType
Type

무시할 특성입니다.

설명

이 방법을 사용 하면 한 DynamicValidator 특정 유형의 모델 유효성 검사 특성을 무시 하도록 합니다. 이 메서드는 특성 유형을 ASP.NET에서 이미 처리 될 때 유효성 검사 컨트롤입니다. 이 호출 하지 않고 유효성 검사 발생할 수 있습니다를 두 번 중복 오류 메시지를 생성 합니다.

적용 대상