AngleSharp by Florian Rappl

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

.NET API 886,784 bytes

 HTMLStyleElement

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

Gets or sets if the style is enabled or disabled.

public bool IsScoped { get; set; }

Gets or sets if the style is scoped.

public string Media { get; set; }

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

public IStyleSheet Sheet { get; }

Gets the associated style sheet.

public string Type { get; set; }

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