ValidationSummary.FormToValidate 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要驗證之 Form 的識別項。 預設值為空字串 ("")。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
public:
property System::String ^ FormToValidate { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.Design.MobileControls.Converters.FormConverter))]
public string FormToValidate { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.Design.MobileControls.Converters.FormConverter))>]
member this.FormToValidate : string with get, set
Public Property FormToValidate As String
屬性值
要驗證之 Form 的識別項。
- 屬性
備註
如果您想要使用驗證,這個屬性必須包含代表有效窗體標識碼的值。 FormToValidate屬性可以在程式代碼中設定,或以宣告方式設定,如類別的範例所示ValidationSummary。