Disable outputcache programmically before it happens that isn't an exception – Asp.net
Is there a way to disable the outputcache here programmatically if something happens that is not an exception? [OutputCache(CacheProfile = "StatisticSheets")] public virtual ActionResult GameStatistics(int? eventId, int? divisionId, string ids) { If(true) { // Don't Cache This Page } return…