需要一个允许插入自定义下载管理器的网络浏览器组件
我需要有关可能的网络浏览器组件/控件的建议,以允许开发人员插入自定义下载管理器。
建议可以包括 WinForm 的浏览器。
PS:我已经使用 csExWebBrowser 一年左右了,但最近我一直面临此控件的问题。
I need suggestions on possible webbrowser components/controls which allows developers to plug in custom download managers.
Suggestions can include browsers for WinForm.
P.S.: I have been using csExWebBrowser for a year or so, but recently I've been facing issues with this control.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定它是否能满足您的需求,但是请查看 Awesomium 浏览器框架;它基于 Chromium 浏览器,看起来确实很棒。然而,本周早些时候我正在考虑将它用于一个内部项目。
您可能必须自己实现下载管理器插件系统,但是使用此框架您将能够接收导航请求(即链接)并处理它们。
I'm not certain if it will meet your needs, however take a look the Awesomium Browser Framework; it is based on the Chromium browser and does indeed look awesome. I was considering using it myself earlier this week however for an internal project.
You will probably have to implement the download manager plug-in system yourself, however using this framework you will be able to incept the navigation requests (i.e. links) and handle them.