AngleSharp by Florian Rappl

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

.NET API 553,472 bytes

 HTMLDirectoryElement

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