应用动态html页面,根据html页面模板动态生成html页面(c#类)_c#应用(4)-站长资讯中心...

根据html页面模板动态生成html页面(c#类)_c#应…

2008-02-23 05:43:33来源:互联网 阅读 ()

c4468b3f4df77e96b0a416fa2a870fba.png

368 /// html模板页路径

369 public AspxToHtml(int templateParamCount,string htmlFilePath,string templateFilePath)

370 {

371 settemplateParamCount(templateParamCount);

372 this.HtmlFilePath = htmlFilePath;

373 this.TemplateFilePath = templateFilePath;

374

375 }

376 #endregion

377

378 #region

379

380 /**

381 /// 把错误写入文档方法#region 把错误写入文档方法

382 ///

383 ///

384 private void WriteErrFile(Exception ee)

385 {

386

387 FileStream fs1 = new FileStream(HttpContext.Current.Server.MapPath(ErrLogPath), System.IO.FileMode.Append);

388 StreamWriter sw1 = new StreamWriter(fs1);

389 sw1.WriteLine("**************************************************");

390 sw1.WriteLine("错误日期:" System.DateTime.Now);

391 sw1.WriteLine("错误描述:" ee.Message);

392 sw1.WriteLine("错误名称:" ee.Source);

393 sw1.WriteLine("周详:" ee.ToString());

394 sw1.WriteLine("*************************************************");

395 sw1.Close();

396 }

397 #endregion

398 }

399}

400

http://www.cnblogs.com/solucky/archive/2006/09/07/497188.html

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com

特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

相关文章

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值