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