将流加载到 Silverlight WebBrowser 控件中

发布于 2024-11-28 19:42:35 字数 138 浏览 5 评论 0原文

有没有办法将流加载到 Silverlight WebBrowser 控件中?

我的用例是,我在 XAP 中有 HTML 文件,我想在不启动网络服务器的情况下将其加载到浏览器中。

或者我别无选择,只能启动一个瘦网络服务器来托管内容?

Is there a way to load a stream into the Silverlight WebBrowser control?

My use case is that I have HTML files in a XAP that I want to load into the browser without starting a webserver.

Or do I have no option but to start a thin webserver to host the content?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

倾听心声的旋律 2024-12-05 19:42:35

使用 NavigateToString 方法加载 WebBrowser 控件非常简单。

不过,我无法摆脱你的问题还有更多的感觉,当你第一次看到这个问题时,你肯定会遇到这种方法。

Its simple enough to load up the WebBrowser control with its NavigateToString method.

I can't shake the feeling there is more to your question though, you would surely have come across this method when first looking at this problem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文