在 DocumentViewer WPF 中托管 Html 文档
我想在 documentViewer 控件中显示一个 html 文档。应该怎么做呢?我搜索过任何例子但没有成功。 任何想法将不胜感激。
I'd like to show an html document in the documentViewer control. How should it be done? I've searched for any examples with no success.
Any idea would be apreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
DocumentViewer
旨在显示 XAML 文档,而不是 HTML。使用WebBrowser
或Frame
代替DocumentViewer
is designed to show XAML documents, not HTML. Use aWebBrowser
orFrame
instead