共用方式為


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

屬性值

Boolean

如果控制項正在使用模型繫結器,則為 true,否則為 false。 預設為 false

適用於