Enum AdjacentPosition
- Namespace
- AngleSharp.Dom
- Assembly
- AngleSharp.dll
Enumeration with possible values for the adjacent position insertion.
public enum AdjacentPosition : byte
- Extension Methods
Fields
[DomName("afterbegin")] AfterBegin = 1
Just inside the element, before its first child.
[DomName("afterend")] AfterEnd = 3
After the element itself.
[DomName("beforebegin")] BeforeBegin = 0
Before the element itself.
[DomName("beforeend")] BeforeEnd = 2
Just inside the element, after its last child.