Click or drag to resize

DownloadHandlerUseFolder Method

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

Parameters

folder
Type: SystemString
folder where files are download.
downloadUpdated (Optional)
Type: CefSharp.FluentOnDownloadUpdatedDelegate
optional delegate for download updates, track progress, completion etc.

Return Value

Type: IDownloadHandler
IDownloadHandler instance.
See Also