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