Click or drag to resize

DownloadHandlerUseFolder Method

Version 130.1.90
Creates a new IDownloadHandler instances where all downloads are automatically downloaded to the specified folder. No dialog is dispolayed to the user.

Namespace: CefSharp.Fluent
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public static IDownloadHandler UseFolder(
	string folder,
	OnDownloadUpdatedDelegate downloadUpdated = null
)

Parameters

folder  String
folder where files are download.
downloadUpdated  OnDownloadUpdatedDelegate  (Optional)
optional delegate for download updates, track progress, completion etc.

Return Value

IDownloadHandler
IDownloadHandler instance.
See Also