System.IO.StringWriter html = new System.IO.StringWriter();
 System.Web.UI.HtmlTextWriter tw = new System.Web.UI.HtmlTextWriter(html);
 Server.Execute("~/My.aspx", tw);
String strHTML = html.ToString();

相关文章:

  • 2021-05-30
  • 2021-11-05
  • 2021-07-05
  • 2022-12-23
  • 2021-12-20
猜你喜欢
  • 2022-01-26
  • 2021-12-28
  • 2022-12-23
  • 2021-12-27
  • 2021-09-01
  • 2021-11-23
相关资源
相似解决方案