AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.2.0-beta.449" />

.NET API 957,952 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)