Html32TextWriter.ShouldPerformDivTableSubstitution Proprietà

Definizione

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

trueper sostituire con Table; in caso Div contrario, false.

Si applica a