AngleSharp by AngleSharp

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

.NET API 960,512 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.