AngleSharp by Florian Rappl

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

.NET API 1,206,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.

public HtmlStyleElement(Document owner, string prefix = null)

Creates an HTML style element.