Version 93.1.111 
            Add a file that is being dragged into the webview.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxvoid AddFile(
	string path,
	string displayName = null
)
void AddFile(
	String^ path, 
	String^ displayName = nullptr
)
Parameters
- path
 - Type: SystemString
File Path - displayName (Optional)
 - Type: SystemString
Optional Display Name 
See Also