Metadata
classNamespace: MyLittleContentEngine.Models
Additional AdditionalInfo related to the page. This info is typically not bounded to FrontMatter, but rather
"computed" additionally.
Currently, it is used to pass LastMod to the node in XML sitemap
Declaration
public class Metadata
Inheritance
object
→ Metadata
Propertys
Description
propertypublic string? Description { get; set; }
The description of the page used for RSS feed items
Returns:
string? Metadata.Description
LastMod
propertypublic DateTime? LastMod { get; set; }
The date when the page was last modified
Returns:
DateTime? Metadata.LastMod
Order
propertypublic int Order { get; set; }
Gets the order of the page in the navigation or table of contents. Default is 0, which means no specific order is set.
Returns:
int Metadata.Order
RssItem
propertypublic bool RssItem { get; set; }
Indicates whether this page should be included in the RSS feed
Returns:
bool Metadata.RssItem
Title
propertypublic string? Title { get; set; }
The title of the page, used for RSS feed items
Returns:
string? Metadata.Title