AngleSharp by AngleSharp

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

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