共用方式為


HttpBrowserCapabilitiesBase.Tables 屬性

定義

在衍生類別中覆寫時,取得指出瀏覽器是否支援 HTML table 項目的值。

public:
 virtual property bool Tables { bool get(); };
public virtual bool Tables { get; }
member this.Tables : bool
Public Overridable ReadOnly Property Tables As Boolean

屬性值

Boolean

如果瀏覽器支援 HTML table 項目,則為 true;否則為 false

例外狀況

適用於