Html32TextWriter.ShouldPerformDivTableSubstitution Propiedad

Definición

Obtiene o establece un valor booleano que indica si se debe reemplazar un elemento Table por un elemento Div para reducir el tiempo empleado en representar un bloque de 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

Valor de propiedad

Es true para reemplazar Table por Div; en caso contrario, es false.

Se aplica a