AngleSharp by Florian Rappl

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

 NodeList

Represents a list of Node instances or nodes.
public Node this[int index] { get; set; }

Gets or sets a node within the list of nodes.

public int Length { get; }

Gets the number of nodes in the list.

Returns an enumerator that iterates through the list.

public string ToHtml()

Returns an HTML-code representation of the node using the default HTML formatter.

public string ToHtml(IMarkupFormatter formatter)

Returns an HTML-code representation of the node.