BaseDataBoundControl.IsUsingModelBinders プロパティ

定義

派生クラスで実装された場合、コントロールがモデル バインダーを使用しているかどうかを示す値を取得します。

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

プロパティ値

true コントロールがモデル バインダーを使用している場合。それ以外の場合は false。 既定値は false です。

適用対象