ICSSStyleSheetCSSRules Property
The list of all CSS rules contained within the style sheet. This includes both rule sets and at-rules.

Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
ICSSRuleList CSSRules { get; }

Property Value

Type: ICSSRuleList
See Also