Click or drag to resize

DownloadHandlerBuilderCanDownload Method

Version 102.0.100

Namespace:  CefSharp.Fluent
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 102.0.100.0
Syntax
public DownloadHandlerBuilder CanDownload(
	CanDownloadDelegate action
)

Parameters

action
Type: CefSharp.FluentCanDownloadDelegate
Action to be executed when CanDownload(IWebBrowser, IBrowser, String, String) is called

Return Value

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