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.