SaaS CMS has officially launched! Learn more now.

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