Click or drag to resize

CefSettingsBaseResourcesDirPath Property

Version 130.1.90
The fully qualified path for the resources directory. If this value is empty the cef.pak and/or devtools_resources.pak files must be located in the module directory. Also configurable using the "resources-dir-path" command-line switch.

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public string ResourcesDirPath { get; set; }

Property Value

String
See Also