CefSettings PackLoadingDisabled Property Xilium.CefGlue

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

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: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public bool PackLoadingDisabled { get; set; }

Property Value

Type: OnlineBoolean
See Also