Version 130.1.90
Add a file that is being dragged into the webview.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void AddFile(
string path,
string displayName = null
)
void AddFile(
String^ path,
String^ displayName = nullptr
)
Parameters
- path String
- File Path
- displayName String (Optional)
- Optional Display Name
See Also