Click or drag to resize

BrowserSettingsDefaultEncoding Property

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

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 86.0.240.0
Syntax
public virtual string DefaultEncoding { get; set; }

Property Value

Type: String

Implements

IBrowserSettingsDefaultEncoding
See Also