BaseDataBoundControl.IsUsingModelBinders 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中實作時,取得值,此值指出控制項是否正使用模型繫結器。
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
。