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