HttpBrowserCapabilitiesBase.Tables 属性

定义

在派生类中重写时,获取一个值,该值指示浏览器是否支持 HTML table 元素。When overridden in a derived class, gets a value that indicates whether the browser supports HTML table elements.

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;否则为 falsetrue if the browser supports HTML table elements; otherwise, false.

例外

始终。Always.

适用于