我正在创建一个 web 浏览器,它有一个搜索框和 go 按钮。你能帮我设置一下吗?还有一种方法可以使用您在网站上使用的 html 代码搜索栏吗?
这是我的代码:
private void button4_Click(object sender, RoutedEventArgs e)
{
string site;
site = textBox1.Text;
webBrowser1.Navigate(
new Uri("http://m.bing.com/search?q=", UriKind.Absolute));