IAPISettings Properties

Properties

AllowInsecureContent Allow insecure content
BrowserSubprocessPath The path to a separate executable that will be launched for sub-processes.By default the browser process executable is used.See the comments on Cef.ExecuteProcess() for details.Also configurable using the "browser- subprocess-path" command-line switch. Default is CefSharp.BrowserSubprocess.exe
CachePath The location where cache data will be stored on disk. If empty then browsers will be created in "incognito mode" where in-memory caches are used for storage and no data is persisted to disk. HTML5 databases such as localStorage will only persist across sessions if a cache path is specified. Can be overridden for individual CefRequestContext instances via the RequestContextSettings.CachePath value.
DisableGPUCache Don't create a "GPUCache" directory when cache-path is unspecified.
Locale The locale string that will be passed to WebKit. If empty the default locale of "en-US" will be used.
LocalesDirPath The path to the locales directory, if empty locales\ will be used.
ResourcesDirPath The path to the resources directory, if empty the Executing Assembly path is used.

See Also