The WebView control can also navigate to HTML stored in the local and temporary app state directories. To insulate the HTML from other data in the app state directories, a given web page can only access data within the first state sub-directory or deeper sub-directories. For example, the web page shown below is stored in ms-appdata:///local/NavigateToState/simple_example.html, and is separated from content within /local/data/ and /temp/html/. For more details on application state, see the Application data sample.
Click the "Load HTML" button to load an HTML file from the local app state directory in the webview control.