Click or drag to resize

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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public enum CefXmlEncoding
Members
Member nameValueDescription
None0 
Utf81 
Utf16LE2 
Utf16BE3 
Ascii4 
See Also