Property CssText
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Core.dll
CssText
The parsable textual representation of the rule. This reflects the current state of the rule and not its initial value.
string CssText { get; set; }
Property Value
Exceptions
- DomException
SYNTAX_ERR:
Raised if the specified CSS string value has a syntax error and is unparsable.- DomException
INVALID_MODIFICATION_ERR:
Raised if the specified CSS string value represents a different type of rule than the current one.- DomException
HIERARCHY_REQUEST_ERR:
Raised if the rule cannot be inserted at this point in the style sheet.- DomException
NO_MODIFICATION_ALLOWED_ERR:
Raised if the rule is readonly.