AngleSharp by Florian Rappl

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

.NET API 1,208,832 bytes

 FilterResult

public enum FilterResult
An enumeration that contains the valid results of examining a node.
Accept = 1

The Node is accepted.

Reject = 2

The Node (and its children) are rejected.

Skip = 3

The Node is skipped. Children are still considered.