| 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.CssAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
SyntaxICSSRuleList CSSRules { get; }ReadOnly Property CSSRules As ICSSRuleList
Get
property ICSSRuleList^ CSSRules {
ICSSRuleList^ get ();
}abstract CSSRules : ICSSRuleList with get
Property Value
Type:
ICSSRuleList
See Also