HtmlForgeX

API Reference

Class

TablerCardFooterBuilder

Namespace HtmlForgeX
Assembly HtmlForgeX

Builder for configuring card footer with fluent API.

Inheritance

  • Object
  • TablerCardFooterBuilder

Constructors

public TablerCardFooterBuilder(TablerCardEnhanced card) #

Initializes a new instance of the TablerCardFooterBuilder class.

Parameters

card HtmlForgeX.TablerCardEnhanced requiredposition: 0

Methods

public TablerCardFooterBuilder Button(Action<TablerButtonBuilder> config) #
Returns: TablerCardFooterBuilder

Adds a button to the footer.

Parameters

config System.Action{HtmlForgeX.TablerButtonBuilder} requiredposition: 0
public TablerCardFooterBuilder Transparent(Boolean transparent = true) #
Returns: TablerCardFooterBuilder

Makes the footer transparent.

Parameters

transparent System.Boolean = true optionalposition: 0
public TablerCardFooterBuilder WithAvatar(Action<TablerAvatar> config) #
Returns: TablerCardFooterBuilder

Adds an avatar to the footer.

Parameters

config System.Action{HtmlForgeX.TablerAvatar} requiredposition: 0
public TablerCardFooterBuilder WithText(String text) #
Returns: TablerCardFooterBuilder

Adds text to the footer.

Parameters

text System.String requiredposition: 0