AngleSharp by Florian Rappl

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

 StyleOptions

public sealed class StyleOptions
Transport object for evaluating stylesheets.
using AngleSharp.Dom; namespace AngleSharp.Services.Styling { public sealed class StyleOptions { public IElement Element { get; set; } public string Title { get; set; } public bool IsDisabled { get; set; } public bool IsAlternate { get; set; } public IConfiguration Configuration { get; set; } } }