DownloadHandlerAskUser Method |
Version 130.1.90
Creates a new
IDownloadHandler instances
where a default "Save As" dialog is displayed to the user.
Namespace: CefSharp.FluentAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public static IDownloadHandler AskUser(
OnDownloadUpdatedDelegate downloadUpdated = null
)
public:
static IDownloadHandler^ AskUser(
OnDownloadUpdatedDelegate^ downloadUpdated = nullptr
)
Parameters
- downloadUpdated OnDownloadUpdatedDelegate (Optional)
- optional delegate for download updates, track progress, completion etc.
Return Value
IDownloadHandlerIDownloadHandler instance.
See Also