AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.3.4" />

.NET API 521,216 bytes

 HTMLPreElement

public sealed class HTMLPreElement : HTMLElement
Represents the HTML pre element.
namespace AngleSharp.DOM.Html { [DOM("HTMLPreElement")] public sealed class HTMLPreElement : HTMLElement { protected internal override bool IsSpecial => true; internal HTMLPreElement() { _name = "pre"; } } }