如何在Windows Phone中的Html字符串内容中显示本地文件夹图像?

时间:2014-02-06 06:33:14

标签: html string windows-phone-7 windows-phone-8 webbrowser-control

我有以下动态形成的字符串格式的html内容。并使用以下代码将html字符串导航到浏览器。

string html=@"<html><head>Image Test</head><body><img
 src=""/images/test01.png""/></body></html>";

phoneBrowser1.NavigateToString(html);

页面正在显示,但图像未显示。请帮助解决此问题

1 个答案:

答案 0 :(得分:0)

要显示此类图片,您需要将其复制到IsolatedStorageHow to display static web content using the WebBrowser control for Windows Phone