Posted in Web c# – Prevent Caching in ASP.NET MVC for specific actions using an … [NoCache] public class ControllerBase : Controller, IControllerBase You can also decorate some of the actions with this attribute if you need them to be non-cacheable, instead of decorating the whole controller. https://stackoverflow.com/questions/10011780/prevent-caching-in-asp-net-mvc-for-specific-actions-using-an-attribute