AngleSharp by AngleSharp

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

 TextView

public class TextView
Represents a view on a particular source code.
public TextRange Range { get; }

Gets the start and end of the text view.

public string Text { get; }

Gets the text associated with this view.