AngleSharp by AngleSharp

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

.NET API 1,204,224 bytes

 CssStyleSheet

Represents a CSS Stylesheet.
public string Href { get; }

public bool IsDisabled { get; set; }

public IMediaList Media { get; }

public IElement OwnerNode { get; }

public ICssRule OwnerRule { get; }

public ICssStyleSheet Parent { get; }

public string Title { get; }

public string Type { get; }

public ICssRule AddNewRule(CssRuleType ruleType)

public int Insert(string ruleText, int index)

public void RemoveAt(int index)