Slots
Pennington.UI.Components.Navigation
Base classes per rendered slot, before any per-instance merge.
Properties
LinkstringListstringSectionstringSectionListstringSectionTitlestringTopLinkstring
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
ListstringSectionstringSectionTitlestringSectionListstringLinkstringTopLinkstring
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; }
}