Metadata

class

Namespace: 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

objectMetadata

Propertys

Description

property
public string? Description { get; set; }
The description of the page used for RSS feed items
Returns: string? Metadata.Description

LastMod

property
public DateTime? LastMod { get; set; }
The date when the page was last modified
Returns: DateTime? Metadata.LastMod

Order

property
public 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

property
public bool RssItem { get; set; }
Indicates whether this page should be included in the RSS feed
Returns: bool Metadata.RssItem

Title

property
public string? Title { get; set; }
The title of the page, used for RSS feed items
Returns: string? Metadata.Title