다음을 통해 공유


DataAnnotationsModelValidatorProvider.RegisterAdapter(Type, Type) 메서드

정의

클라이언트 쪽 유효성 검사를 제공할 수 있도록 어댑터를 등록합니다.

public static void RegisterAdapter (Type attributeType, Type adapterType);
static member RegisterAdapter : Type * Type -> unit
Public Shared Sub RegisterAdapter (attributeType As Type, adapterType As Type)

매개 변수

attributeType
Type

유효성 검사 특성의 형식입니다.

adapterType
Type

어댑터 형식입니다.

적용 대상