Click or drag to resize

IBeforeDownloadCallbackContinue Method

Version 75.1.140
Call to continue the download.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
void Continue(
	string downloadPath,
	bool showDialog
)

Parameters

downloadPath
Type: SystemString
full file path for the download including the file name or leave blank to use the suggested name and the default temp directory
showDialog
Type: SystemBoolean
Set to true if you do wish to show the default "Save As" dialog
See Also