IAttributeAdapter 인터페이스

정의

어댑터가 오류 메시지에 관련 값을 제공하도록 하는 인터페이스입니다.

public interface class IAttributeAdapter : Microsoft::AspNetCore::Mvc::ModelBinding::Validation::IClientModelValidator
public interface IAttributeAdapter : Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IClientModelValidator
type IAttributeAdapter = interface
    interface IClientModelValidator
Public Interface IAttributeAdapter
Implements IClientModelValidator
파생
구현

메서드

AddValidation(ClientModelValidationContext)

클라이언트 쪽 모델 유효성 검사를 추가하기 위해 호출됩니다.

(다음에서 상속됨 IClientModelValidator)
GetErrorMessage(ModelValidationContextBase)

오류 메시지를 가져옵니다.

적용 대상