Property Encoding
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Core.dll
Encoding
The encoding information used in this @charset
rule.
string Encoding { get; set; }
Property Value
Exceptions
- DomException
SYNTAX_ERR
: Raised if the specified encoding value has a syntax error and is unparsable.- DomException
NO_MODIFICATION_ALLOWED_ERR
: Raised if this encoding rule is readonly.