DownloadHandler.AskUser Method (original) (raw)
DownloadHandlerAskUser Method
Version 107.1.120
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: 107.1.120.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: IDownloadHandler
IDownloadHandler instance.
See Also