AngleSharp by Florian Rappl

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

.NET API 1,176,064 bytes

 IHtmlStyleElement

Represents a style HTML element.
bool IsDisabled { get; set; }

Gets or sets if the style is enabled or disabled.

bool IsScoped { get; set; }

Gets or sets if the style is scoped.

string Media { get; set; }

Gets or sets the use with one or more target media.

string Type { get; set; }

Gets or sets the content type of the style sheet language.