HtmlForgeX

API Reference

Class

TablerCardFooter

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Represents the footer section of a Tabler card.

Inheritance

Constructors

Methods

public TablerCardFooter Button(TablerButton button) #
Returns: TablerCardFooter

Adds a prebuilt button element to the footer.

Parameters

button HtmlForgeX.TablerButton requiredposition: 0
EnsureChildrenHaveDocumentReference() #

Ensures all children have proper Document references for library registration

OnAddedToDocument() #

Override to ensure child elements have Document reference when initially added to document

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.