AngleSharp by AngleSharp

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

.NET API 1,224,704 bytes

 AdjacentPosition

public enum AdjacentPosition
Enumeration with possible values for the adjacent position insertation.
namespace AngleSharp.Dom { public enum AdjacentPosition : byte { BeforeBegin, AfterBegin, BeforeEnd, AfterEnd } }