HtmlForgeX

API Reference

Class

TablerCardFooter

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Represents the footer section of a Tabler card.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public TablerCardFooter() #

Methods

public TablerCardFooter Button(TablerButton button) #
Returns: TablerCardFooter

Adds a prebuilt button element to the footer.

Parameters

button HtmlForgeX.TablerButton requiredposition: 0
public TablerCardFooter PretextMetric(String placeholder = "Measuring...") #
Returns: TablerCardFooter

Adds a live metric placeholder for Pretext-measured card layouts.

Parameters

placeholder System.String = "Measuring..." optionalposition: 0
public TablerCardFooter SetContent(String content) #
Returns: TablerCardFooter

Initializes or configures SetContent.

Parameters

content System.String requiredposition: 0
public override String ToString() #
Returns: String

Initializes or configures ToString.

Properties

public String Content { get; set; } #

Gets or sets optional footer text content.