Movatterモバイル変換


[0]ホーム

URL:


CefSharp API Doc
CefSharp API Doc
Namespaces
CefSharp
IDownloadHandler Interface
IDownloadHandler Methods
Click or drag to resizeClick or drag to resize

IDownloadHandler Interface

Version 118.6.80
Class used to handle file downloads. The methods of this class will called on the CEF UI thread.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax
publicinterfaceIDownloadHandler
publicinterface classIDownloadHandler

TheIDownloadHandler type exposes the following members.

Methods
 NameDescription
Public methodCanDownload
Called before a download begins in response to a user-initiated action (e.g. alt + link click or link click that returns a `Content-Disposition: attachment` response from the server).
Public methodOnBeforeDownload
Called before a download begins.
Public methodOnDownloadUpdated
Called when a download's status or progress information has been updated. This may be called multiple times before and afterOnBeforeDownload(IWebBrowser, IBrowser, DownloadItem, IBeforeDownloadCallback).
Top
See Also

Reference

CefSharp Namespace

https://raw.githubusercontent.com/cefsharp/CefSharp/master/LICENSE


[8]ページ先頭

©2009-2025 Movatter.jp