08 2014 档案
MVC中配置OutputCache的VaryByParam参数无效的问题
摘要:在项目使用OutputCacheAttribute是遇到了问题,当我想在配置文件web.config中配置OutputCache的VaryByParam时竟然不起作用,下面是相关代码: 文件FaceController.cs ``` [OutputCache(CacheProfile = "... 阅读全文
posted @ 2014-08-03 10:25 要夹核桃 阅读(1980) 评论(4) 推荐(2)