ICSSImportRule.Media
ICSSImportRule.Media property
The read-only media property of the CSSImportRule interface returns a MediaList object, containing the value of the media attribute of the associated stylesheet.
public IMediaList Media { get; }
Property Value
Returns a MediaList object, containing the value of the media attribute of the associated stylesheet.
See Also
- interface IMediaList
- interface ICSSImportRule
- namespace Aspose.Html.Dom.Css
- assembly Aspose.HTML