BrowserSettingsDefaultEncoding Property |
Version 55.0.0
Default encoding for Web content. If empty "ISO-8859-1" will be used. Also
configurable using the "default-encoding" command-line switch.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax public virtual string DefaultEncoding { get; set; }
public:
virtual property String^ DefaultEncoding {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringImplements
IBrowserSettingsDefaultEncodingSee Also