WebBrowser 控件导航到包中的 html 文件,首先把该文件 (bland.html) 的属性设置为 "Resource"、“始终复制”,
然后在 C# 页面可以导航到该文件。
webView.Navigate(new Uri(System.Environment.CurrentDirectory + @"/Assets/bland.html", UriKind.RelativeOrAbsolute));