AngleSharp by Florian Rappl

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

 StyleOptions

public sealed class StyleOptions
Transport object for evaluating stylesheets.
public IConfiguration Configuration { get; set; }

Gets or sets the configuration for the stylesheet.

public IElement Element { get; set; }

Gets or sets the element that triggered the evaluation.

public bool IsAlternate { get; set; }

Gets or sets if the stylesheet is an alternate.

public bool IsDisabled { get; set; }

Gets or sets if the stylesheet is disabled.

public string Title { get; set; }

Gets or sets the title of the stylesheet.

public StyleOptions()