Condividi tramite


Html32TextWriter.ShouldPerformDivTableSubstitution Proprietà

Definizione

Ottiene o imposta un valore Boolean che indica se sostituire un elemento Table con un elemento Div per ridurre il tempo necessario per il rendering di un blocco di 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

Valore della proprietà

Boolean

true per sostituire Table con Div. In caso contrario, false.

Si applica a