HtmlMinifier.PreformattedTags Property

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

Definition

Gets the set of HTML tags that are considered pre-formatted elements.
public HashSet<string> PreformattedTags { get; }

Property Value

HashSet<string>
The set of HTML tags that are considered pre-formatted elements. Content within these elements is preserved without whitespace normalization or comment removal.