Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ContentOutputCacheAttribute

Episervers ContentOutputCache used ASP.NET Framework OutputCache attribute which is no longer supported in ASP.NET Core. Implement output cache through response caching in ASP.NET Core instead.

Inheritance
System.Object
ContentOutputCacheAttribute
Namespace: EPiServer.Web.Mvc
Assembly: EPiServer.Cms.AspNetCore.Mvc.dll
Version: 12.0.3
Syntax
public class ContentOutputCacheAttribute : Attribute

Constructors

ContentOutputCacheAttribute()

Declaration
public ContentOutputCacheAttribute()

Extension Methods