IBrowserHostStartDownload Method |
Version 73.1.130
Download the file at url using IDownloadHandler.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 73.1.130.0 (73.1.130.0)
Syntax void StartDownload(
string url
)
void StartDownload(
String^ url
)
Parameters
- url
- Type: SystemString
url to download
See Also