ASP.NET MVC, Cache individual User Control
Posted
by Alex
on Stack Overflow
See other posts from Stack Overflow
or by Alex
Published on 2009-07-23T18:00:45Z
Indexed on
2010/06/16
11:42 UTC
Read the original article
Hit count: 183
asp.net-mvc
|caching
How do I cache an individual user control with ASP.NET MVC? I also need the VaryByParam etc support that usually comes with ASPX Output Caching. I don't want to cache the entire action though, only one of my user controls in the view.
An example would be nice :) Thank you!
© Stack Overflow or respective owner