HttpBrowserCapabilities.Tables 속성

정의

클라이언트 브라우저에서 HTML 테이블을 지원하는지를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

true 브라우저 클라이언트에서 테이블을 지 원하는 경우 그렇지 않으면 false 입니다. 기본값은 false입니다.

적용 대상