HtmlMinifier.PreserveComments Property

Namespace
Kampute.DocToolkit.IO.Minifiers
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets or sets a value indicating whether to preserve comments within the HTML content.
public bool PreserveComments { get; set; }

Property Value

bool
true to preserve comments within the HTML content; otherwise, false. The default is false.