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

適用於