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
SectionLabelstring?- 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; }
}