Click or drag to resize

DownloadHandlerAskUser Method

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

Parameters

downloadUpdated (Optional)
Type: CefSharp.FluentOnDownloadUpdatedDelegate
optional delegate for download updates, track progress, completion etc.

Return Value

Type: IDownloadHandler
IDownloadHandler instance.
See Also