Interface ICSSImportRule
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/css/CSSImportRule.html
public interface ICSSImportRule : ICSSRule
- Inherited Members
Properties
Href
String Href { get; }
Property Value
Media
MediaList Media { get; }
Property Value
StyleSheet
CSSStyleSheet StyleSheet { get; }