AngleSharp by Florian Rappl

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

.NET API 737,792 bytes

 HTMLQuoteElement

public sealed class HTMLQuoteElement : HTMLElement
Rperesents the HTML quote element.
namespace AngleSharp.DOM.Html { [DOM("HTMLQuoteElement")] public sealed class HTMLQuoteElement : HTMLElement { protected internal override bool IsSpecial => _name.Equals("blockquote"); internal HTMLQuoteElement() { } } }