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)

获取错误消息。

适用于