Table of Contents

Property Media

Namespace
SharpVectors.Dom.Stylesheets
Assembly
SharpVectors.Css.dll

Media

The intended destination media for style information. The media is often specified in the ownerNode. If no media has been specified, the MediaList will be empty. See the media attribute definition for the LINK element in HTML 4.0, and the media pseudo-attribute for the XML style sheet processing instruction . Modifying the media list may cause a change to the attribute disabled.

public IMediaList Media { get; }

Property Value

IMediaList