if (webInfo.Document != null)
    webInfo.Document.OpenNew(true);
else
    webInfo.Navigate("about:blank");
//----
webInfo.Document.Write("<div class='e'>错误信息</div>");
webInfo.Document.Write(@"<style type='text/css'>
    .e {color:#ff0000}
</style>")

 

相关文章:

  • 2022-12-23
  • 2022-02-14
  • 2022-01-31
猜你喜欢
  • 2021-11-07
  • 2021-10-01
  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
相关资源
相似解决方案