AngleSharp by AngleSharp

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

 HtmlTreeMode

Possible insertation mode values.

After the after the body tag.

Once we are far behind the frameset tag.

AfterBody = 17

After the body tag.

After the frameset tag.

After the head tag insertation mode.

Before the head tag insertation mode.

Before the html tag insertation mode.

InBody = 6

Within the body tag insertation mode.

Within the table caption tag.

InCell = 13

Within a table division tag.

Within the column group tag.

Within the frameset tag.

InHead = 3

Within the head tag insertation mode.

Within the head tag in a noscript section.

Initial = 0

Initial insertation mode.

InRow = 12

Within a table row tag.

InSelect = 14

Within a select tag insertation mode.

Within a select tag in a table.

InTable = 8

Within a table tag insertation mode.

Within the table body tag.

Within the template tag.

Text = 7

Within some text area insertation mode.