AngleSharp by AngleSharp

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

.NET API 1,223,680 bytes

 ICssStyleSheet

Represents the CSS style sheet for storing CSS styles.

Gets the @import rule if the stylesheet was importated otherwise it returns null.

Gets the parent stylesheet for of the current sheet.

Gets a CSSRuleList of the CSS rules in the style sheet.

int Insert(string rule, int index)

Inserts a new style rule into the current style sheet.

void RemoveAt(int index)

Removes a style rule from the current style sheet object.