HtmlForgeX

API Reference

Class

TablerButtonBar

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Simple horizontal button bar with sensible spacing and wrapping.

Inheritance

Usage

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

Returned or exposed by

Accepted by parameters

Constructors

public TablerButtonBar() #

Create a simple horizontal button bar.

Methods

public TablerButtonBar Button(String text, String href, TablerButtonVariant variant = Link) #
Returns: TablerButtonBar

Adds a link-style button quickly.

Parameters

text System.String requiredposition: 0
href System.String requiredposition: 1
variant HtmlForgeX.TablerButtonVariant = Link optionalposition: 2
public TablerButtonBar Density(ControlBarDensity density) #
Returns: TablerButtonBar

Sets the density of the button bar.

Parameters

density HtmlForgeX.ControlBarDensity requiredposition: 0
public override String ToString() #
Returns: String

Builds the HTML for the button bar.