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

屬性值

true若瀏覽器支援 HTML table 元素;否則, false

例外狀況

適用於