CefSettingsBasePackLoadingDisabled Property  | 
Version 106.0.290 
            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: 106.0.290.0
Syntaxpublic bool PackLoadingDisabled { get; set; }public:
property bool PackLoadingDisabled {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also