[OutputCache(Duration=3600,VaryByParam="none",Location=OutputCacheLocation.Client,NoStore=true)] public ActionResult About() { ViewBag.Message="The current user name is"+User.Identity.Name;return View...
Decorate your most frequent Action Methods with OutputCache Attribute Decorate your Action Methods with Proper AcceptVerbs Attribute Decorate your most frequent Action Methods with OutputCache ...