CssCharsetRule sealed class CssCharsetRule : CssRule, ICssCharsetRule, ICssRule, IStyleFormattable Represents the CSS @charset rule. Documentation Code public string CharacterSet { get; set; } Gets the encoding information set by this rule.