This site provides a machine-readable index at /llms.txt.

Skip to main content Skip to navigation

ISectionable Pennington.FrontMatter

Content that carries a section label. The label surfaces on breadcrumbs and prev/next navigation; it does NOT drive sidebar grouping (the subfolder under an area drives grouping — see NavigationBuilder).

Properties

SectionLabel string?
Section label for this page, used in breadcrumbs and prev/next navigation.

Pennington.FrontMatter.ISectionable

namespace Pennington.FrontMatter;

/// Content that carries a section label. The label surfaces on breadcrumbs and prev/next navigation; it does NOT drive sidebar grouping (the subfolder under an area drives grouping — see NavigationBuilder).
public interface ISectionable
{
    /// Section label for this page, used in breadcrumbs and prev/next navigation.
    
string? SectionLabel { get; }
}