This documentation is also published as Markdown for efficient machine reading: the whole site is indexed at /llms.txt, and every page has a clean Markdown copy under /_llms/. These are generated from the same source and cost far fewer tokens to read than this rendered HTML.

Skip to main content Skip to navigation

Slots Pennington.UI.Components.Navigation

Base classes per rendered slot, before any per-instance merge.

Properties

Link string
List string
Section string
SectionList string
SectionTitle string
TopLink string

Constructors

Slots

#
public Slots(string List, string Section, string SectionTitle, string SectionList, string Link, string TopLink)

Base classes per rendered slot, before any per-instance merge.

Parameters

List string
Section string
SectionTitle string
SectionList string
Link string
TopLink string

Pennington.UI.Components.Navigation.Slots

namespace Pennington.UI.Components.Navigation;

/// Base classes per rendered slot, before any per-instance merge.
public struct Slots
{
    
public string Link { get; set; }
public string List { get; set; }
public string Section { get; set; }
public string SectionList { get; set; }
public string SectionTitle { get; set; }
/// Base classes per rendered slot, before any per-instance merge.
public Slots(string List, string Section, string SectionTitle, string SectionList, string Link, string TopLink)
;
public string TopLink { get; set; }
}