IBeforeDownloadCallbackContinue Method |
Version 130.1.90
Call to continue the download.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void Continue(
string downloadPath,
bool showDialog
)
void Continue(
String^ downloadPath,
bool showDialog
)
Parameters
- downloadPath String
- full file path for the download including the file name
or leave blank to use the suggested name and the default temp directory
- showDialog Boolean
- Set to true if you do wish to show the default "Save As" dialog
See Also