CefXmlEncoding Enumeration |
Supported XML encoding types. The parser supports ASCII, ISO-8859-1, and
UTF16 (LE and BE) by default. All other types must be translated to UTF8
before being passed to the parser. If a BOM is detected and the correct
decoder is available then that decoder will be used automatically.
Namespace:
Internal.Xilium.CefGlue
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public enum CefXmlEncoding
Members
| Member name | Value | Description |
---|
| None | 0 | |
| Utf8 | 1 | |
| Utf16LE | 2 | |
| Utf16BE | 3 | |
| Ascii | 4 | |
See Also