ICSSImportRule.Href
ICSSImportRule.Href property
The read-only href property of the CSSImportRule interface returns the URL specified by the @import at-rule.
The resolved URL will be the href attribute of the associated stylesheet.
public string Href { get; }
Property Value
Returns the URL of the associated stylesheet specified by the @import at-rule.
See Also
- interface ICSSImportRule
- namespace Aspose.Html.Dom.Css
- assembly Aspose.HTML