阅读MVC的Output Caching。
根据站点Don't use the page <%@ OutputCache %> directive in an MVC view. This directive is bleeding over from the Web Forms world and should not be used in an ASP.NET MVC application.
,我知道我们在ASP.NET中使用了OutputCache。但是,为什么不应该在MVC中将其用作页面指令呢?有什么特殊原因为什么不应该使用?
我是MVC的新手。所以,请让我知道我是否错过了这里。谢谢!