導航到 Uri
此程式碼只是將 WebView 導航到某些 Uri:
this.webView.Navigate(new Uri("http://stackoverflow.com/"));
要麼
this.webView.Source = new Uri("http://stackoverflow.com/");
此程式碼只是將 WebView 導航到某些 Uri:
this.webView.Navigate(new Uri("http://stackoverflow.com/"));
要麼
this.webView.Source = new Uri("http://stackoverflow.com/");