HtmlMinifier.InlineTags Property

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

Definition

Gets the set of HTML tags that are considered inline elements.
public HashSet<string> InlineTags { get; }

Property Value

HashSet<string>
The set of HTML tags that are considered inline elements. Whitespace around these elements is preserved if adjacent to inline elements or text nodes.