BaseValidator.IsUnobtrusive プロパティ

定義

コントロールが控え目な JavaScript を生成するかどうかを示す値を取得します。

protected:
 property bool IsUnobtrusive { bool get(); };
protected bool IsUnobtrusive { get; }
member this.IsUnobtrusive : bool
Protected ReadOnly Property IsUnobtrusive As Boolean

プロパティ値

コントロールが控え目な JavaScript を生成する場合は、true。それ以外の場合は、false

注釈

プロパティ値が の場合、このプロパティは を返falseします。それ以外の場合、このプロパティは Noneを返しますtrueUnobtrusiveValidationMode

適用対象