AngleSharp by Florian Rappl

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

.NET API 393,728 bytes

 HTMLStyleElement

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.