摘要: 1.站点地图构建: /// <summary> /// 实现XML格式 站点地图输出 /// By:rhythmk.cnblogs.com /// </summary> public class SitemapResult : ActionResult { public SitemapResult(Sitemap sitemap) { this.Sitemap = sitemap; } public Sitemap Sitemap { get; private set; } ... 阅读全文
posted @ 2013-05-09 17:02 Rhythmk 阅读(476) 评论(0) 推荐(0) 编辑
Rhythmk 个人笔记