This code simply navigates WebView to some Uri:
this.webView.Navigate(new Uri("http://stackoverflow.com/"));
or
this.webView.Source = new Uri("http://stackoverflow.com/");