I create this html page with this code and open it in the browser, the page should have a picture, but it doesn’t exist, how can I fix the problem. There is a picture in the xap file.
string html = `"<html><body><img src=\"Maps/Lenina_0.png\"></body></html>"`; myBrowser.NavigateToString(html);