CssImportRule sealed class CssImportRule : CssRule, ICssImportRule, ICssRule Represents a CSS import rule. Documentation Code public string Href { get; set; } Gets the location of the style sheet to be imported. public MediaList Media { get; set; } public ICssStyleSheet Sheet { get; set; } Gets the style sheet referred to by this rule, if it has been loaded.