//保证WebBrowser中的url跳转始终在WebBrowser中
            e.Cancel = true;
            
//MessageBox.Show(((WebBrowser)sender).StatusText);         
            uri = new Uri(((WebBrowser)sender).StatusText);
            
this.webBrowser1.Url = uri;        

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-26
  • 2021-10-14
  • 2021-08-27
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案