Loading Html file in WebView in xaml in UWP from app data local folder
问题 I have a requirement where I need to load an html file from app data folder in xaml WebView in UWP. Html file is also referencing different Js files in another folder ("99/js/"). Any one with UWP knowledge guide me. Thanks in advance I am using following code, Browser is my WebView. var Uri = new Uri("ms-appdata:///Local/Downloads/99/index.html"); Browser.Navigate(Uri); My folder structure in 99 folder is: udapte I am trying load html file in offline to WebView which is not loading same html