protected void btnHovertree_Click(object sender, EventArgs e)
{
StreamReader h_hovertreeSr = new StreamReader(System.Web.HttpContext.Current.Request.MapPath("HoverTreeTemplate.html"));
string h_hovertreeTemplate = h_hovertreeSr.ReadToEnd();//读取模版内容
h_hovertreeSr.Close();
//当前网站根目录物理路径
DirectoryInfo h_dir = new DirectoryInfo(System.Web.HttpContext.Current.Request.PhysicalApplicationPath);
//HoverTreeWeb项目根目录下主页文件
string h_path = h_dir.Parent.FullName + "\\HoverTreeWeb\\index.htm";
StreamWriter h_sw = new StreamWriter(h_path, false, Encoding.UTF8);
h_sw.Write(h_hovertreeTemplate.Replace("[HoverTreeText/]", tbHovertree.Text));
h_sw.Close();
ltlTips.Text = "生成时间:" + DateTime.Now.ToString() + ",请执行HoverTreeWeb项目查看效果吧。";
}
<!DOCTYPE html> <html> <head><meta name="viewport" content="width=device-width, initial-scale=1" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>生成的页面_ASP.NET读写文件示例_何问起</title> <meta charset="utf-8" /> </head> <body> <div> <h3>ASP.NET读写文件示例</h3> by 何问起 <div style="margin-top:20px;">[HoverTreeText/]</div> </div> </body> </html>
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有