Reputation: 33059
I know I can write a custom ActionFilter
for an ASP.NET MVC Controller
Action
to set headers in the response that will disable caching.
My question is, is there an out-of-the-box ActionFilter
in the MVC BCL that already does this? Or must I have to create my own custom one?
Upvotes: 1
Views: 164