ValidationAttributeAdapter<TAttribute>.GetErrorMessage 方法

定义

获取使用 格式化的 Attribute错误消息。

protected:
 virtual System::String ^ GetErrorMessage(Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^ modelMetadata, ... cli::array <System::Object ^> ^ arguments);
protected virtual string GetErrorMessage (Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata modelMetadata, params object[] arguments);
abstract member GetErrorMessage : Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata * obj[] -> string
override this.GetErrorMessage : Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata * obj[] -> string
Protected Overridable Function GetErrorMessage (modelMetadata As ModelMetadata, ParamArray arguments As Object()) As String

参数

modelMetadata
ModelMetadata

ModelMetadata与使用 进行Attribute批注的模型关联的 。

arguments
Object[]

将用于构造错误消息的值参数。

返回

格式化错误字符串。

适用于