AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.2-alpha-283" />

.NET API 885,760 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)