AngleSharp by Florian Rappl

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

.NET API 1,229,312 bytes

 Whitespace

public enum Whitespace
An enumeration with the various whitespace handling modes.
namespace AngleSharp.Dom.Css { public enum Whitespace : ushort { Normal, Pre, NoWrap, PreWrap, PreLine } }