API Reference
Class
TablerCardFooterBuilder
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
Methods
public TablerCardFooterBuilder Button(Action<TablerButtonBuilder> config) #Returns:
TablerCardFooterBuilderAdds a button to the footer.
Parameters
- config System.Action{HtmlForgeX.TablerButtonBuilder}
public TablerCardFooterBuilder Transparent(Boolean transparent = true) #Returns:
TablerCardFooterBuilderMakes the footer transparent.
Parameters
- transparent System.Boolean = true
public TablerCardFooterBuilder WithAvatar(Action<TablerAvatar> config) #Returns:
TablerCardFooterBuilderAdds an avatar to the footer.
Parameters
- config System.Action{HtmlForgeX.TablerAvatar}
public TablerCardFooterBuilder WithText(String text) #Returns:
TablerCardFooterBuilderAdds text to the footer.
Parameters
- text System.String