Skip to content

Instantly share code, notes, and snippets.

@ErikHen
Created May 1, 2019 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ErikHen/b43242134c7f12f64de0941929cbbb3b to your computer and use it in GitHub Desktop.
Save ErikHen/b43242134c7f12f64de0941929cbbb3b to your computer and use it in GitHub Desktop.
namespace AlloyDemo.Models.Pages
{
public abstract class SitePageData : PageData, ICustomCssInContentArea, IDisableOutputCache
{
[Display(Name = "Disable output cache", GroupName = SystemTabNames.Settings, Order = 500)]
public virtual bool? DisableOutputCache { get; set; }
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment