HtmlForgeX

API Reference

Class

TablerListGroup

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Bootstrap/Tabler list group container with typed items.

Inheritance

Constructors

Methods

AddItem 2 overloads
public TablerListGroupItem AddItem(String text, String href = null, Action<TablerListGroupItem> configure = null) #
Returns: TablerListGroupItem

Adds a list item with optional href (when provided, renders as an anchor).

Parameters

text System.String requiredposition: 0
href System.String = null optionalposition: 1
configure System.Action{HtmlForgeX.TablerListGroupItem} = null optionalposition: 2
public TablerListGroup AddItem(Action<TablerListGroupItem> configure) #
Returns: TablerListGroup

Adds a list item configured via callback.

Parameters

configure System.Action{HtmlForgeX.TablerListGroupItem} requiredposition: 0
RegisterLibraries() #
public TablerListGroup Settings(Action<ListGroupSettings> configure) #
Returns: TablerListGroup

Groups less-common toggles under a single fluent entry point.

Parameters

configure System.Action{HtmlForgeX.TablerListGroup.ListGroupSettings} requiredposition: 0
public override String ToString() #
Returns: String