CefBrowserSettings DefaultEncoding Property Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Default encoding for Web content. If empty "ISO-8859-1" will be used. Also configurable using the "default-encoding" command-line switch.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public string DefaultEncoding { get; set; }

Property Value

Type: OnlineString
See Also