DataBoundControl.IsUsingModelBinders プロパティ

定義

モデル バインディングが使用中かどうかを示す値を取得します。

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

プロパティ値

Boolean

モデル バインディングが使用中の場合は true。それ以外の場合は false

注釈

Web Formsでのモデル バインドの使用に関するチュートリアル シリーズについては、「モデル バインドとWeb Forms」を参照してください。

適用対象