Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道您可以做一个将 HTML 元素放在 Silverlight 应用程序顶部的技巧,但这不会全屏显示。无论如何要在 Silverlight 应用程序中显示 html 页面吗?
http://www.componentone.com/SuperProducts/HtmlHostSilverlight/
答案是,你不能。至少现在你不能 - 将来可能会添加它,但这肯定不会在几年内发生(今天发布了 2.0 RTW)。
但是,此链接可能会引起一些兴趣:
http://blogs.msdn.com/delay/archive/2007/09/10/bringing-a-bit-of-html-to-silverlight-htmltextblock-makes-rich-text-display-easy.aspx
它基本上会解析一些“HTML 文本”并将其显示在文本块中。适用于简单的东西,但可能不像您需要的那么复杂。