.net aspx自动生成.htm
摘要:
背景:为了SEO的收录需要,在网站中需要根据不同参数将aspx文件自动转换成.htm文件工具:vs2008代码如下:using System.Net;using System.IO;using System.Text;using System.Web; //生成HTML页 public static bool WriteFile(string body, string fileName) { s... 阅读全文
posted @ 2010-09-26 13:28 交友乐 阅读(237) 评论(0) 推荐(0)