C#如何在xaml页面中设计html
所以我想在 xaml 窗口中制作一个 html 页面。我在网上搜索,但我唯一找到的是如何编辑文本,但没有找到它在页面中的显示方式。我想创建(或使用,如果它已经存在)一个 html 工具箱。我想把它放在一个 xaml 窗口中,这样我就可以编辑一段 html 代码的输出。在工具箱中可能是例如:输入字段,图像,表格
任何人都知道如何做到这一点?
So I want to make a htmlpage in a xaml-window. I searched the net, but the only thing I found was how to edit the text, but not how it is shown in the page. I want to create (or use, if it already exists) a toolbox for html. and i want to put this in a xaml-window so I can edit the output of a piece of html code. In the toolbox may be for example: inputfield,image, table
anyone who knows how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果我错了,请纠正我,如果你想在 WPF 应用程序中渲染 HTML 页面,你可以使用 WPF Web 浏览器 控件。
Correct me if I am wrong, if you want to render a HTML page in WPF application, you can use WPF WebBrowser Control.
首先是你正在使用 wpf 或 silverlight 的具体天气...我对 wpf 不太了解,但对于 silverlight 试试这个.. http://forums.silverlight.net/forums/p/13910/157537.aspx
First of all be specific weather you are working on wpf or silverlight... I don't know much about wpf, but for silverlight try this.. http://forums.silverlight.net/forums/p/13910/157537.aspx