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

属性值

如果浏览器支持 HTML 元素,则为 /&;。

例外

适用于