Click or drag to resize

CefSettingsBasePackLoadingDisabled Property

Version 86.0.240
Set to true to disable loading of pack files for resources and locales. A resource bundle handler must be provided for the browser and render processes via CefApp::GetResourceBundleHandler() if loading of pack files is disabled. Also configurable using the "disable-pack-loading" command- line switch.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 86.0.240.0
Syntax
public bool PackLoadingDisabled { get; set; }

Property Value

Type: Boolean
See Also