Html32TextWriter.ShouldPerformDivTableSubstitution Propriedade

Definição

Recebe ou define um valor booleano indicando se deve substituir um Table elemento por um Div elemento para reduzir o tempo que demora a renderizar um bloco 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 Propriedade

true para substituir Table por Div; caso contrário, false.

Aplica-se a