次の方法で共有


RequiredFieldValidator.InitialValue プロパティ

定義

検証コントロールの基本値を取得または設定します。 既定値は null です。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

public:
 property System::String ^ InitialValue { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string InitialValue { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.InitialValue : string with get, set
Public Property InitialValue As String

プロパティ値

検証コントロールの基本値。

属性

注釈

検証中、検証コントロールは送信された値を プロパティの InitialValue 値と比較します。 値が同じ場合、検証コントロールでは、必須フィールドの値が入力されていないと見なされ、検証エラーが報告されます。

適用対象

こちらもご覧ください