AngleSharp by AngleSharp

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

.NET API 1,261,568 bytes

 AdjacentPosition

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