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