AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.1-alpha-248" />

.NET API 886,272 bytes

 IHtmlStyleElement

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

Gets or sets if the style is enabled or disabled.

bool IsScoped { get; set; }

Gets or sets if the style is scoped.

string Media { get; set; }

Gets or sets the use with one or more target media.

string Type { get; set; }

Gets or sets the content type of the style sheet language.