CefSettings ResourcesDirPath Property Xilium.CefGlue

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

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 on Windows/Linux or the app bundle Resources directory on Mac OS X. Also configurable using the "resources-dir-path" command-line switch.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public string ResourcesDirPath { get; set; }

Property Value

Type: OnlineString
See Also