Property MediaText
- Namespace
- SharpVectors.Dom.Stylesheets
- Assembly
- SharpVectors.Css.dll
MediaText
The parsable textual representation of the media list. This is a comma-separated list of media.
public string MediaText { get; set; }
Property Value
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.