- 已关闭。**此问题需要debugging details。当前不接受答案。
编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
13小时前关门了。
Improve this question
我只是询问如何使用CefSharp WPF下载文件
我尝试创建名为DownloadHandler.cs的类,复制粘贴CefSharps下载处理程序文件,并将其添加到我的主文件CBrowser中。DownloadHandler = new DownloadHandler();
1条答案
按热度按时间iqih9akk1#
您需要在DownloadHandler.cs中实现IDownloadHandler接口
用法: