随笔分类 -  08_ASP.NET MVC

摘要: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 阅读(483) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.IO.Compression;using System.Linq;using System.Web;using System.Web.Mvc;using System.Web.UI;namespace MvcAppCache.Controllers{ /* * * FireFox:可以在浏览器中输入 about:cache?device=disk 查看浏览器缓存数据 * * 1. 在 Action 中添加: * Respons... 阅读全文
posted @ 2013-04-18 10:29 Rhythmk 阅读(579) 评论(3) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Web.Mvc;namespace Rhythmk.... 阅读全文
posted @ 2013-01-10 21:45 Rhythmk 阅读(3480) 评论(0) 推荐(0)

Rhythmk 个人笔记