Html32TextWriter.ShouldPerformDivTableSubstitution プロパティ

定義

HTML ブロックのレンダリングにかかる時間を短縮するために、 Table 要素を Div 要素に置き換えるかどうかを示すブール値を取得または設定します。

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

プロパティ値

true TableDivに置き換える場合は。それ以外の場合はfalse

適用対象