如何设置Web浏览器控件的Content-Type?
是否可以在网络浏览器控件中设置文档的内容类型?
例如,如何使用 DocumentText 在 Web 浏览器控件中显示呈现为 XML 的 XML 文档?
Is it possible to set the Content-Type of a document in a webbrowser control?
For example how can I show an XML document rendered as XML in a webbrowser control by using DocumentText?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将扩展添加到您的 IMoniker::GetDisplayName< /a> 实现。这将导致 URL 名称在 HKEY_CLASSES_ROOT 下查找。?? ? mime 类型的键。然后您可以使用 网络浏览器的文档的IPersistMoniker 加载名字对象的界面 。
Try add an extension to your IMoniker::GetDisplayName implementation. This will cause the URL moniker to look under HKEY_CLASSES_ROOT.??? keys for mime types. Then you can use the webbrowser's documen's IPersistMoniker interface to load the moniker.