View UmbracoDonutOutputCacheAttribute.cs
/// <summary> | |
/// Used to stop Donut Caching from executing on the request if the Doc Type Grid Editor is being used in the backoffice | |
/// Put this attribute on the Controller/Method that is causing a problem in the backoffice. | |
/// e.g. [UmbracoDonutOutputCacheAttribute(CacheProfile = "FiveMin")] | |
// public ActionResult Home() | |
/// </summary> | |
public class UmbracoDonutOutputCacheAttribute : DonutOutputCacheAttribute | |
{ | |
public override void OnActionExecuting(ActionExecutingContext filterContext) |