CefBeforeDownloadCallback Continue Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Call to continue the download. Set |download_path| to the full file path for the download including the file name or leave blank to use the suggested name and the default temp directory. Set |show_dialog| to true if you do wish to show the default "Save As" dialog.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public void Continue(
	string downloadPath,
	bool showDialog
)

Parameters

downloadPath
Type: OnlineSystem String

[Missing <param name="downloadPath"/> documentation for "M:Xilium.CefGlue.CefBeforeDownloadCallback.Continue(System.String,System.Boolean)"]

showDialog
Type: OnlineSystem Boolean

[Missing <param name="showDialog"/> documentation for "M:Xilium.CefGlue.CefBeforeDownloadCallback.Continue(System.String,System.Boolean)"]

See Also