ConfigPage

The ConfigPage module provides a simple preloaded cache for a content type.  This can be used to hold configuration information for the site which is set through the CMS.

Configuring the ConfigPage module

The ConfigPage<T> module has a generic parameter T which indicates the content type which contains the configuration information.

Getting the ConfigPage information

You can get the cached ConfigPage information with:

 

LyniconConfigPage.Get<TContent>()

 

where TContent is the config page content type.