Html32TextWriter.ShouldPerformDivTableSubstitution 屬性

定義

取得或設定布林值,指出是否將 Table 項目取代成 Div 項目,以減少呈現 HTML 區塊所需的時間。

public:
 property bool ShouldPerformDivTableSubstitution { bool get(); void set(bool value); };
public bool ShouldPerformDivTableSubstitution { get; set; }
member this.ShouldPerformDivTableSubstitution : bool with get, set
Public Property ShouldPerformDivTableSubstitution As Boolean

屬性值

Boolean

true 表示將 Table 取代成 Div,否則為 false

適用於