Class CssUnknownRule
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Css.dll
The CSSUnknownRule interface represents an at-rule not supported by this user agent.
public sealed class CssUnknownRule : CssRule, ICssUnknownRule, ICssRule
- Inheritance
-
CssUnknownRule
- Implements
- Inherited Members
Properties
- Type
The type of the rule. The expectation is that binding-specific casting methods can be used to cast down from an instance of the CSSRule interface to the specific derived interface implied by the type.