Interface ICSSCharsetRule
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/css/CSSCharsetRule.html
public interface ICSSCharsetRule : ICSSRule
- Inherited Members
Properties
Encoding
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/css/CSSCharsetRule.html#getEncoding-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/css/CSSCharsetRule.html#setEncoding-java.lang.String-
String Encoding { get; set; }