gpt4 book ai didi

c# - 在 WP7 的网络浏览器中读取 html 文件后无法看到图像

转载 作者:太空宇宙 更新时间:2023-11-03 14:20:45 24 4
gpt4 key购买 nike

我有一个包含图像的 html 文件。这些图像保存在与 html 文件相同的位置。我使用 StreamReader 读取 html 文件并使用 navigatetoString() 方法进行导航。但是当导航图像不显示在 html 文件中时。下面是代码:

StreamReader reader = new StreamReader(Microsoft.Xna.Framework.TitleContainer.OpenStream(@"abc.html"));
string html = reader.ReadToEnd();
browser.NavigateToString(html);

最佳答案

图片在哪里?它们是 Internet URL 吗?它们嵌入在资源中吗?

如果您需要将整个页面嵌入到应用程序中,那么一种方法是将整个页面放入 IsolatedStorage - 包括 css、脚本和图像

查看此示例 - http://technodave.wordpress.com/2010/11/11/moving-files-from-xap-to-isolated-storage-for-local-html-content-on-windows-phone-7/

关于c# - 在 WP7 的网络浏览器中读取 html 文件后无法看到图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5481820/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com