BaseValidator.ErrorMessage 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定錯誤訊息所用的文字。 預設值是 Empty。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
public:
property System::String ^ ErrorMessage { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string ErrorMessage { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.ErrorMessage : string with get, set
Public Property ErrorMessage As String
屬性值
錯誤訊息所用的文字。
實作
- 屬性
備註
這個屬性會以兩種方式使用。 首先,如果 屬性沒有值 Display ,則會在其位置使用 屬性的值 ErrorMessage 。 其次,使用控件時 ValidationSummary ,摘要會針對代表無效控件的每個驗證程式使用 ErrorMessage 屬性值。