HtmlForgeX

API Reference

Class

TablerPrimarySupportRowBuilder

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Semantic builder for high-signal decision rows with a dominant surface paired with one or more compact supporting panels.

Inheritance

  • Object
  • TablerPrimarySupportRowBuilder

Constructors

Methods

public TablerPrimarySupportRowBuilder Add(Action<TablerColumn> build, TablerColumnNumber width) #
Returns: TablerPrimarySupportRowBuilder

Adds a custom-width surface while preserving call order.

Parameters

build System.Action{HtmlForgeX.TablerColumn} requiredposition: 0
width HtmlForgeX.TablerColumnNumber requiredposition: 1
public TablerPrimarySupportRowBuilder Primary(Action<TablerColumn> build, TablerColumnNumber width = Eight) #
Returns: TablerPrimarySupportRowBuilder

Adds the primary, dominant content block.

Parameters

build System.Action{HtmlForgeX.TablerColumn} requiredposition: 0
width HtmlForgeX.TablerColumnNumber = Eight optionalposition: 1
public TablerPrimarySupportRowBuilder Settings(Action<TablerPrimarySupportRowSettings> configure) #
Returns: TablerPrimarySupportRowBuilder

Groups less-common row styling under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerPrimarySupportRowSettings} requiredposition: 0
public TablerPrimarySupportRowBuilder Support(Action<TablerColumn> build, TablerColumnNumber width = Four) #
Returns: TablerPrimarySupportRowBuilder

Adds a compact supporting panel.

Parameters

build System.Action{HtmlForgeX.TablerColumn} requiredposition: 0
width HtmlForgeX.TablerColumnNumber = Four optionalposition: 1