如何让WebBrowser将其内容保存为MHT文件?
Internet Explorer 可以使用“另存为...”菜单命令将其内容另存为 MHTML 文件。 该功能是通过 COM 接口公开的吗?
Internet Explorer can save its content as an MHTML file using the "Save As..." menu command. Is this feature exposed by its COM interface?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。
这是。
尝试类似的操作:
顺便说一句,要手动进行 MHT 转换,请查看 杰夫·阿特伍德的代码。
Yes.
It is.
Try something like:
BTW to do MHT conversion manually, check out the code by Jeff Atwood.