CefBeforeDownloadCallbackContinue Method |
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:
Internal.Xilium.CefGlue
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void Continue(
string downloadPath,
bool showDialog
)
Parameters
- downloadPath
- Type: SystemString
- showDialog
- Type: SystemBoolean
See Also