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。