AngleSharp.DOM.Css
Namespace with 10 public types
Classes
CSSProperty
http://www.w3.org/TR/CSS21/propidx.html
CSSRule
Represents a CSS rule.
CSSRuleList
Represents an array like structure containing CSS rules.
CSSStyleSheet
Represents a CSS Stylesheet.
CSSValue
Represents a CSS value.
StyleSheet
Represent a stylesheet object.
Enumerations
CssRule
The set of possible CSS rules.
CssValue
This enumeration is indicating which type of unit applies to the value.
UnitType
An integer indicating which type of unit applies to the value.
Abstract Classes
Selector
Represents a CSS selector as specified in
http://dev.w3.org/csswg/selectors4/