AngleSharp by AngleSharp

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

.NET API 960,512 bytes

 HtmlStyleElement

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

public bool IsScoped { get; set; }

public string Media { get; set; }

public IStyleSheet Sheet { get; }

public string Type { get; set; }

public HtmlStyleElement(Document owner, string prefix = null)