Click or drag to resize

DownloadHandlerAskUser Method

Version 130.1.90
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: 129.0.110.0
Syntax
public static IDownloadHandler AskUser(
	OnDownloadUpdatedDelegate downloadUpdated = null
)

Parameters

downloadUpdated  OnDownloadUpdatedDelegate  (Optional)
optional delegate for download updates, track progress, completion etc.

Return Value

IDownloadHandler
IDownloadHandler instance.
See Also