Click or drag to resize

DownloadHandlerBuilderOnBeforeDownload Method

Version 130.1.90
Namespace: CefSharp.Fluent
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public DownloadHandlerBuilder OnBeforeDownload(
	OnBeforeDownloadDelegate action
)

Parameters

action  OnBeforeDownloadDelegate
Action to be executed when OnBeforeDownload(IWebBrowser, IBrowser, DownloadItem, IBeforeDownloadCallback) is called

Return Value

DownloadHandlerBuilder
Fluent Builder, call Build to create a new IDownloadHandler instance
See Also