AngleSharp by AngleSharp

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

.NET API 1,214,976 bytes

 Whitespace

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