AngleSharp by AngleSharp

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

.NET API 1,230,848 bytes

 ICssDocumentRule

Represents a document CSS rule.
using AngleSharp.Attributes; using System.Collections.Generic; namespace AngleSharp.Dom.Css { [DomName("CSSDocumentRule")] public interface ICssDocumentRule : ICssConditionRule, ICssGroupingRule, ICssRule, ICssNode, IStyleFormattable, ICssRuleCreator { IEnumerable<IDocumentFunction> Conditions { get; } } }