INTERFACE IContentSource
- Namespace: SuCoS.Models
- Source File: IContentSource.cs
Content Source = front matter + raw content
Properties
RawContent
(string) : Raw content from the Markdown file, bellow the front matter.
BundleType
(BundleType) : The bundle type of the page.
Kind
(Kind) : The kind of the page, if it's a single page, a list of pages or the home page. It's used to determine the proper theme file.
ContentSourceToPages
(List
ContentSourceTags
(List
ContentSourceParent
(ContentSource?) : The Content Source parent content
GetPublishDate
(DateTime?): The date to be considered as the publishing date.