javascript - Load html in windows strore app from appdata folder -


i'm developing windows store app using javascript, html5 , c#. have developed functionality downloads zip web , extracts "appdata" folder in "c" drive. zip file has html files. question is, want display html in windows app.

i'm able load html web in iframe not local drive. tried giving absolute path in iframe not working.

use webbrowser.navigatetostring("parameter"). question possible duplicate: local html file - webbrowser - windows phone 7


Comments

Popular posts from this blog

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -

recursion - Can every recursive algorithm be improved with dynamic programming? -