共用方式為


DataAnnotationsModelValidator.GetLocalizedErrorMessage(String) 方法

定義

取得模型的當地語系化錯誤訊息。

protected:
 virtual System::String ^ GetLocalizedErrorMessage(System::String ^ errorMessage);
protected virtual string GetLocalizedErrorMessage (string errorMessage);
abstract member GetLocalizedErrorMessage : string -> string
override this.GetLocalizedErrorMessage : string -> string
Protected Overridable Function GetLocalizedErrorMessage (errorMessage As String) As String

參數

errorMessage
String

要當地語系化的錯誤訊息。

傳回

錯誤訊息的當地語系化版本。

適用於