Share via


Html32TextWriter.ShouldPerformDivTableSubstitution Propriété

Définition

Obtient ou définit une valeur Boolean qui indique s'il faut ou non remplacer un élément Table par un élément Div pour réduire le délai nécessaire au rendu d'un bloc de code 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

Valeur de propriété

Boolean

true pour remplacer Table par Div ; sinon, false.

S’applique à