AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.2-alpha-250" />

.NET API 886,272 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.