AngleSharp by Florian Rappl

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

.NET API 586,752 bytes

 HTMLStyleElement

public sealed class HTMLStyleElement : HTMLElement, IStyleSheet
Represents the HTML style element.
public bool Disabled { get; set; }

Gets or sets if the style is enabled or disabled.

public string Media { get; set; }

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

public StyleSheet Sheet { get; }

Gets the associated style sheet.

public string Type { get; set; }

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