win universal app - write and read html file from webview windows 8 store app -


i have requirement produce reports in html (so can styles via css etc...) application windows 8 store app. have created template , able produce html file. saved here windows.applicationmodel.package.current.installedlocation great right? wrong! webview control not read location! tried writing assets folder of app. nope! permission denied. windows 8 store apps have limited rights folder system.

question: can put dynamically generated html files (run time) can read webview control?

thanks feedback.

in case else has had problem, or me new windows store development. here answer (got pluralsight)

code:

 storagefile file = await destfolder.getfileasync(filename);         string url = "ms-appdata:///local/estimates/" + filename; 

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -