AngleSharp by AngleSharp

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

 IHtmlParser

public interface IHtmlParser : IParser, IEventTarget
Represents the interface of an HTML parser.

Parses the string and returns the result.

Parses the stream and returns the result.

Parses the string asynchronously.

Parses the stream asynchronously.

Populates the given HTML document asynchronously.

INodeList ParseFragment(string source, IElement contextElement)

Parses the string and returns the result.