Table of Contents

Property MediaText

Namespace
SharpVectors.Dom.Stylesheets
Assembly
SharpVectors.Core.dll

MediaText

The parsable textual representation of the media list. This is a comma-separated list of media.

string MediaText { get; set; }

Property Value

string

Exceptions

DomException

SYNTAX_ERR: Raised if the specified string value has a syntax error and is unparsable.

DomException

NO_MODIFICATION_ALLOWED_ERR: Raised if this media list is readonly.