CefSettingsBaseResourcesDirPath Property  | 
Version 104.4.240 
            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: 104.4.240.0
Syntaxpublic string ResourcesDirPath { get; set; }public:
property String^ ResourcesDirPath {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also