AngleSharp by Florian Rappl

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

 HtmlParserOptions

public struct HtmlParserOptions
Contains a number of options for the HTML parser.
namespace AngleSharp.Parser.Html { public struct HtmlParserOptions { public bool IsEmbedded { get; set; } public bool IsScripting { get; set; } } }