ICssDocumentRule
public interface ICssDocumentRule : ICssConditionRule, ICssGroupingRule, ICssRule, ICssNode, IStyleFormattable, ICssRuleCreator
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; }
}
}