HtmlForgeX

API Reference

Class

TablerCardNavBuilder

Namespace HtmlForgeX
Assembly HtmlForgeX

Builder for navigation items

Inheritance

  • Object
  • TablerCardNavBuilder

Constructors

public TablerCardNavBuilder() #

Methods

public List<TablerCardNavItem> GetItems() #
Returns: List<TablerCardNavItem>

Gets the collection of navigation items configured by the builder.

public TablerCardNavBuilder Item(String text, Action<TablerCardNavItem> config = null) #
Returns: TablerCardNavBuilder

Initializes or configures Item.

Parameters

text System.String requiredposition: 0
config System.Action{HtmlForgeX.TablerCardNavItem} = null optionalposition: 1