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