AngleSharp by AngleSharp

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

.NET API 1,232,384 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 int Insert(string ruleText, int index)

public void RemoveAt(int index)