HtmlForgeX

API Reference

Class

TablerContentBuilder

Namespace HtmlForgeX
Assembly HtmlForgeX

Content builder for pages.

Inheritance

  • Object
  • TablerContentBuilder

Constructors

Methods

public TablerContentBuilder ActionsAndNotesCard(Action<TablerActionsAndNotesCard> config) #
Returns: TablerContentBuilder

Adds a workspace-oriented card that combines primary actions with notes.

Parameters

config System.Action{HtmlForgeX.TablerActionsAndNotesCard} requiredposition: 0
public TablerContentBuilder ActionSummaryCard(Action<TablerActionSummaryCard> config) #
Returns: TablerContentBuilder

Adds an action summary card with a compact metric rail, focus callout, actions, and supporting notes.

Parameters

config System.Action{HtmlForgeX.TablerActionSummaryCard} requiredposition: 0
public TablerContentBuilder ActivityFeedCard(Action<TablerActivityFeedCard> config) #
Returns: TablerContentBuilder

Adds an activity feed card with a compact metric rail and ranked entries.

Parameters

config System.Action{HtmlForgeX.TablerActivityFeedCard} requiredposition: 0
public TablerContentBuilder Add(Element element) #
Returns: TablerContentBuilder

Adds a custom element to the content.

Parameters

element HtmlForgeX.Element requiredposition: 0
public TablerContentBuilder Alert(String title, String message, TablerColor color = Info) #
Returns: TablerContentBuilder

Adds an alert to the content.

Parameters

title System.String requiredposition: 0
message System.String requiredposition: 1
color HtmlForgeX.TablerColor = Info optionalposition: 2
public TablerContentBuilder AnalyticsSummaryCard(Action<TablerAnalyticsSummaryCard> config) #
Returns: TablerContentBuilder

Adds an analytics summary card with a larger chart surface and compact follow-up insight cards.

Parameters

config System.Action{HtmlForgeX.TablerAnalyticsSummaryCard} requiredposition: 0
public TablerContentBuilder ApexChartCard(Action<TablerApexChartCard> config) #
Returns: TablerContentBuilder

Adds a richer dashboard card shell around an ApexCharts surface.

Parameters

config System.Action{HtmlForgeX.TablerApexChartCard} requiredposition: 0
public TablerContentBuilder AuditLogCard(Action<TablerAuditLogCard> config) #
Returns: TablerContentBuilder

Adds a reporting-oriented audit log card with summary metrics and a DataTables surface.

Parameters

config System.Action{HtmlForgeX.TablerAuditLogCard} requiredposition: 0
public TablerContentBuilder BreakdownCard(Action<TablerBreakdownCard> config) #
Returns: TablerContentBuilder

Adds a ranked breakdown card with summary chips and a horizontal comparison chart.

Parameters

config System.Action{HtmlForgeX.TablerBreakdownCard} requiredposition: 0
public TablerContentBuilder Card(Action<TablerCard> config) #
Returns: TablerContentBuilder

Adds a card to the content.

Parameters

config System.Action{HtmlForgeX.TablerCard} requiredposition: 0
CardRail 3 overloads
public TablerContentBuilder CardRail(Action<TablerCardRailBuilder> config) #
Returns: TablerContentBuilder

Adds a semantic rail of compact supporting cards.

Parameters

config System.Action{HtmlForgeX.TablerCardRailBuilder} requiredposition: 0
public TablerContentBuilder CardRail(TablerPortalSurfacePreset preset, Action<TablerCardRailBuilder> config) #
Returns: TablerContentBuilder

Adds a semantic rail of compact supporting cards with an additional CSS class.

Parameters

cssClass System.String requiredposition: 0
config System.Action{HtmlForgeX.TablerCardRailBuilder} requiredposition: 1
CardRail(HtmlForgeX.TablerPortalSurfacePreset preset, System.Action{HtmlForgeX.TablerCardRailBuilder} config) #

Adds a semantic rail of compact supporting cards with a typed portal-surface preset.

Parameters

preset HtmlForgeX.TablerPortalSurfacePreset required
config System.Action{HtmlForgeX.TablerCardRailBuilder} required
public TablerContentBuilder CategoryBarChartCard(Action<TablerCategoryBarChartCard> config) #
Returns: TablerContentBuilder

Adds a category-focused card with a vertical distributed bar chart and summary strip.

Parameters

config System.Action{HtmlForgeX.TablerCategoryBarChartCard} requiredposition: 0
ClusterRow 8 overloads
public TablerContentBuilder ClusterRow(TablerPortalSurfacePreset preset, params ValueTuple<TablerColumnNumber, Action<TablerColumn>>[] columns) #
Returns: TablerContentBuilder

Adds a dashboard-style cluster row with the supplied CSS class and equal-height cards enabled by default.

Parameters

cssClass System.String requiredposition: 0
config System.Action{HtmlForgeX.TablerRow} requiredposition: 1
ClusterRow(HtmlForgeX.TablerPortalSurfacePreset preset, System.Action{HtmlForgeX.TablerRow} config) #

Adds a dashboard-style cluster row with a typed portal-surface preset and equal-height cards enabled by default.

Parameters

preset HtmlForgeX.TablerPortalSurfacePreset required
config System.Action{HtmlForgeX.TablerRow} required
public TablerContentBuilder ClusterRow(TablerPortalSurfacePreset preset, Action<TablerRowSettings> settings, params ValueTuple<TablerColumnNumber, Action<TablerColumn>>[] columns) #
Returns: TablerContentBuilder

Adds a dashboard-style cluster row with the supplied CSS class and optional row settings.

Parameters

cssClass System.String requiredposition: 0
settings System.Action{HtmlForgeX.TablerRowSettings} requiredposition: 1
config System.Action{HtmlForgeX.TablerRow} requiredposition: 2
ClusterRow(HtmlForgeX.TablerPortalSurfacePreset preset, System.Action{HtmlForgeX.TablerRowSettings} settings, System.Action{HtmlForgeX.TablerRow} config) #

Adds a dashboard-style cluster row with a typed portal-surface preset and optional row settings.

Parameters

preset HtmlForgeX.TablerPortalSurfacePreset required
settings System.Action{HtmlForgeX.TablerRowSettings} required
config System.Action{HtmlForgeX.TablerRow} required
ClusterRow(System.String cssClass, System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] columns) #

Adds a dashboard-style cluster row and declares its columns inline.

Parameters

cssClass System.String required
columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] required
ClusterRow(HtmlForgeX.TablerPortalSurfacePreset preset, System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] columns) #

Adds a dashboard-style cluster row and declares its columns inline using a typed portal-surface preset.

Parameters

preset HtmlForgeX.TablerPortalSurfacePreset required
columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] required
ClusterRow(System.String cssClass, System.Action{HtmlForgeX.TablerRowSettings} settings, System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] columns) #

Adds a dashboard-style cluster row with inline columns and optional row settings.

Parameters

cssClass System.String required
settings System.Action{HtmlForgeX.TablerRowSettings} required
columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] required
ClusterRow(HtmlForgeX.TablerPortalSurfacePreset preset, System.Action{HtmlForgeX.TablerRowSettings} settings, System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] columns) #

Adds a dashboard-style cluster row with inline columns, optional row settings, and a typed portal-surface preset.

Parameters

preset HtmlForgeX.TablerPortalSurfacePreset required
settings System.Action{HtmlForgeX.TablerRowSettings} required
columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] required
public TablerContentBuilder CountUp(Action<TablerCountUp> config) #
Returns: TablerContentBuilder

Adds an animated countup element.

Parameters

config System.Action{HtmlForgeX.TablerCountUp} requiredposition: 0
DashboardSection 3 overloads
public TablerContentBuilder DashboardSection(Action<TablerDashboardSectionBuilder> config) #
Returns: TablerContentBuilder

Adds a grouped dashboard section composed from existing content primitives.

Parameters

config System.Action{HtmlForgeX.TablerDashboardSectionBuilder} requiredposition: 0
public TablerContentBuilder DashboardSection(TablerPortalSurfacePreset preset, Action<TablerDashboardSectionBuilder> config) #
Returns: TablerContentBuilder

Adds a grouped dashboard section composed from existing content primitives and applies an additional CSS class to its top-level rows.

Parameters

cssClass System.String requiredposition: 0
config System.Action{HtmlForgeX.TablerDashboardSectionBuilder} requiredposition: 1
DashboardSection(HtmlForgeX.TablerPortalSurfacePreset preset, System.Action{HtmlForgeX.TablerDashboardSectionBuilder} config) #

Adds a grouped dashboard section and applies a typed portal-surface preset to its top-level rows.

Parameters

preset HtmlForgeX.TablerPortalSurfacePreset required
config System.Action{HtmlForgeX.TablerDashboardSectionBuilder} required
public TablerContentBuilder DataGridCard(Action<TablerDataGridCard> config) #
Returns: TablerContentBuilder

Adds a status-oriented data grid card with a richer card shell.

Parameters

config System.Action{HtmlForgeX.TablerDataGridCard} requiredposition: 0
public TablerContentBuilder DataTableCard(Action<TablerDataTableCard> config) #
Returns: TablerContentBuilder

Adds a review-oriented card shell around a DataTables surface.

Parameters

config System.Action{HtmlForgeX.TablerDataTableCard} requiredposition: 0
public TablerContentBuilder DistributionCard(Action<TablerDistributionCard> config) #
Returns: TablerContentBuilder

Adds a distribution-focused card with a donut chart and summary rail.

Parameters

config System.Action{HtmlForgeX.TablerDistributionCard} requiredposition: 0
public TablerContentBuilder EmptyStateCard(Action<TablerEmptyStateCard> config) #
Returns: TablerContentBuilder

Adds a richer empty-state card for no-results, no-data, or nothing-to-review surfaces.

Parameters

config System.Action{HtmlForgeX.TablerEmptyStateCard} requiredposition: 0
public TablerContentBuilder GaugeCard(Action<TablerGaugeCard> config) #
Returns: TablerContentBuilder

Adds a dashboard-oriented gauge card with a built-in radial chart.

Parameters

config System.Action{HtmlForgeX.TablerGaugeCard} requiredposition: 0
public TablerContentBuilder GeoSummaryCard(Action<TablerGeoSummaryCard> config) #
Returns: TablerContentBuilder

Adds a richer geographic summary card with a map surface and ranked regional highlights.

Parameters

config System.Action{HtmlForgeX.TablerGeoSummaryCard} requiredposition: 0
public List<Element> GetElements() #
Returns: List<Element>

Gets the built elements.

public TablerContentBuilder HeroCard(Action<TablerHeroCard> config) #
Returns: TablerContentBuilder

Adds a large visual hero card for dashboard overview storytelling.

Parameters

config System.Action{HtmlForgeX.TablerHeroCard} requiredposition: 0
public TablerContentBuilder HighlightCard(Action<TablerHighlightCard> config) #
Returns: TablerContentBuilder

Adds a highlight card with an annotated visual stage.

Parameters

config System.Action{HtmlForgeX.TablerHighlightCard} requiredposition: 0
public TablerContentBuilder IncidentTimelineCard(Action<TablerIncidentTimelineCard> config) #
Returns: TablerContentBuilder

Adds an incident timeline card with headline summary chips.

Parameters

config System.Action{HtmlForgeX.TablerIncidentTimelineCard} requiredposition: 0
public TablerContentBuilder InsightSummaryCard(Action<TablerInsightSummaryCard> config) #
Returns: TablerContentBuilder

Adds an insight summary card with hero copy and compact highlight tiles.

Parameters

config System.Action{HtmlForgeX.TablerInsightSummaryCard} requiredposition: 0
LeadDetailStack 3 overloads
public TablerContentBuilder LeadDetailStack(Action<TablerLeadDetailStackBuilder> config) #
Returns: TablerContentBuilder

Adds a semantic lead-row plus drilldown stack for chart/report surfaces that flow into full-width details.

Parameters

config System.Action{HtmlForgeX.TablerLeadDetailStackBuilder} requiredposition: 0
public TablerContentBuilder LeadDetailStack(TablerPortalSurfacePreset preset, Action<TablerLeadDetailStackBuilder> config) #
Returns: TablerContentBuilder

Adds a semantic lead-row plus drilldown stack for chart/report surfaces and applies an additional CSS class to its top-level rows.

Parameters

cssClass System.String requiredposition: 0
config System.Action{HtmlForgeX.TablerLeadDetailStackBuilder} requiredposition: 1
LeadDetailStack(HtmlForgeX.TablerPortalSurfacePreset preset, System.Action{HtmlForgeX.TablerLeadDetailStackBuilder} config) #

Adds a semantic lead-row plus drilldown stack and applies a typed portal-surface preset to its top-level rows.

Parameters

preset HtmlForgeX.TablerPortalSurfacePreset required
config System.Action{HtmlForgeX.TablerLeadDetailStackBuilder} required
LeadRow 8 overloads
public TablerContentBuilder LeadRow(params ValueTuple<TablerColumnNumber, Action<TablerColumn>>[] columns) #
Returns: TablerContentBuilder

Adds a lead row with equal-height cards enabled by default.

Parameters

config System.Action{HtmlForgeX.TablerRow} requiredposition: 0
public TablerContentBuilder LeadRow(Action<TablerRowSettings> settings, params ValueTuple<TablerColumnNumber, Action<TablerColumn>>[] columns) #
Returns: TablerContentBuilder

Adds a lead row with optional row settings.

Parameters

settings System.Action{HtmlForgeX.TablerRowSettings} requiredposition: 0
config System.Action{HtmlForgeX.TablerRow} requiredposition: 1
LeadRow(System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] columns) #

Adds a lead row with inline column declarations.

Parameters

columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] required
LeadRow(System.String cssClass, System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] columns) #

Adds a lead row with an additional CSS class and inline column declarations.

Parameters

cssClass System.String required
columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] required
LeadRow(HtmlForgeX.TablerPortalSurfacePreset preset, System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] columns) #

Adds a lead row with an additional typed portal-surface preset and inline column declarations.

Parameters

preset HtmlForgeX.TablerPortalSurfacePreset required
columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] required
LeadRow(System.Action{HtmlForgeX.TablerRowSettings} settings, System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] columns) #

Adds a lead row with inline columns and optional row settings.

Parameters

settings System.Action{HtmlForgeX.TablerRowSettings} required
columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] required
public TablerContentBuilder LeadRow(TablerPortalSurfacePreset preset, Action<TablerRowSettings> settings, params ValueTuple<TablerColumnNumber, Action<TablerColumn>>[] columns) #
Returns: TablerContentBuilder

Adds a lead row with an additional CSS class, inline columns, and optional row settings.

Parameters

cssClass System.String requiredposition: 0
settings System.Action{HtmlForgeX.TablerRowSettings} requiredposition: 1
columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] requiredposition: 2
LeadRow(HtmlForgeX.TablerPortalSurfacePreset preset, System.Action{HtmlForgeX.TablerRowSettings} settings, System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] columns) #

Adds a lead row with a typed portal-surface preset, inline columns, and optional row settings.

Parameters

preset HtmlForgeX.TablerPortalSurfacePreset required
settings System.Action{HtmlForgeX.TablerRowSettings} required
columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] required
public TablerContentBuilder LineComparisonCard(Action<TablerLineComparisonCard> config) #
Returns: TablerContentBuilder

Adds a comparison-focused card with a multi-series line chart and summary strip.

Parameters

config System.Action{HtmlForgeX.TablerLineComparisonCard} requiredposition: 0
public TablerContentBuilder ListCard(Action<TablerListCard> config) #
Returns: TablerContentBuilder

Adds a compact list card for findings, notes, or short checklists.

Parameters

config System.Action{HtmlForgeX.TablerListCard} requiredposition: 0
public TablerContentBuilder MapSummaryCard(Action<TablerMapSummaryCard> config) #
Returns: TablerContentBuilder

Adds a vector-map summary card with supporting metrics.

Parameters

config System.Action{HtmlForgeX.TablerMapSummaryCard} requiredposition: 0
public TablerContentBuilder MetricCard(Action<TablerMetricCard> config) #
Returns: TablerContentBuilder

Adds a dashboard-oriented metric card with optional inline chart or progress.

Parameters

config System.Action{HtmlForgeX.TablerMetricCard} requiredposition: 0
public TablerContentBuilder NarrativeCard(Action<TablerNarrativeCard> config) #
Returns: TablerContentBuilder

Adds a compact narrative card for short summaries and contextual tab content.

Parameters

config System.Action{HtmlForgeX.TablerNarrativeCard} requiredposition: 0
public TablerContentBuilder NarrativeSummaryCard(Action<TablerNarrativeSummaryCard> config) #
Returns: TablerContentBuilder

Adds a narrative summary card with editorial copy, a compact metric rail, and supporting insights.

Parameters

config System.Action{HtmlForgeX.TablerNarrativeSummaryCard} requiredposition: 0
public TablerContentBuilder PeopleReviewCard(Action<TablerPeopleReviewCard> config) #
Returns: TablerContentBuilder

Adds a people review card with alignment context and decision queue content.

Parameters

config System.Action{HtmlForgeX.TablerPeopleReviewCard} requiredposition: 0
public TablerContentBuilder Placeholder(Action<TablerPlaceholder> config) #
Returns: TablerContentBuilder

Adds a single low-level placeholder block.

Parameters

config System.Action{HtmlForgeX.TablerPlaceholder} requiredposition: 0
public TablerContentBuilder PlaceholderCard(Action<TablerPlaceholderCard> config) #
Returns: TablerContentBuilder

Adds a richer skeleton-loading card with image, avatar, lines, and list-row affordances.

Parameters

config System.Action{HtmlForgeX.TablerPlaceholderCard} requiredposition: 0
public TablerContentBuilder Placeholders(Action<TablerPlaceholderContainer> config) #
Returns: TablerContentBuilder

Adds a low-level placeholder container for grouped glow/wave loaders.

Parameters

config System.Action{HtmlForgeX.TablerPlaceholderContainer} requiredposition: 0
public TablerContentBuilder PresenceListCard(Action<TablerPresenceListCard> config) #
Returns: TablerContentBuilder

Adds a presence list card built around avatars and status badges.

Parameters

config System.Action{HtmlForgeX.TablerPresenceListCard} requiredposition: 0
PrimarySupportRow 3 overloads
public TablerContentBuilder PrimarySupportRow(Action<TablerPrimarySupportRowBuilder> config) #
Returns: TablerContentBuilder

Adds a row with one dominant surface and one or more compact supporting panels.

Parameters

config System.Action{HtmlForgeX.TablerPrimarySupportRowBuilder} requiredposition: 0
public TablerContentBuilder PrimarySupportRow(TablerPortalSurfacePreset preset, Action<TablerPrimarySupportRowBuilder> config) #
Returns: TablerContentBuilder

Adds a row with one dominant surface, compact supporting panels, and an additional CSS class.

Parameters

cssClass System.String requiredposition: 0
config System.Action{HtmlForgeX.TablerPrimarySupportRowBuilder} requiredposition: 1
PrimarySupportRow(HtmlForgeX.TablerPortalSurfacePreset preset, System.Action{HtmlForgeX.TablerPrimarySupportRowBuilder} config) #

Adds a row with one dominant surface, compact supporting panels, and a typed portal-surface preset.

Parameters

preset HtmlForgeX.TablerPortalSurfacePreset required
config System.Action{HtmlForgeX.TablerPrimarySupportRowBuilder} required
public TablerContentBuilder ProgressListCard(Action<TablerProgressListCard> config) #
Returns: TablerContentBuilder

Adds a richer dashboard card shell around ranked progress items.

Parameters

config System.Action{HtmlForgeX.TablerProgressListCard} requiredposition: 0
public TablerContentBuilder ReviewListCard(Action<TablerReviewListCard> config) #
Returns: TablerContentBuilder

Adds a review list card with a compact metric rail and ranked note entries.

Parameters

config System.Action{HtmlForgeX.TablerReviewListCard} requiredposition: 0
public TablerContentBuilder Row(Action<TablerRow> config) #
Returns: TablerContentBuilder

Adds a row to the content.

Parameters

config System.Action{HtmlForgeX.TablerRow} requiredposition: 0
public TablerContentBuilder SocialTileCard(Action<TablerSocialTileCard> config) #
Returns: TablerContentBuilder

Adds a social-style stat tile with optional animated numeric value.

Parameters

config System.Action{HtmlForgeX.TablerSocialTileCard} requiredposition: 0
public TablerContentBuilder StatTileCard(Action<TablerStatTileCard> config) #
Returns: TablerContentBuilder

Adds a compact but richer stat tile card.

Parameters

config System.Action{HtmlForgeX.TablerStatTileCard} requiredposition: 0
public TablerContentBuilder StatusIndicator(Action<TablerStatusIndicator> config) #
Returns: TablerContentBuilder

Adds a three-dot Tabler status indicator.

Parameters

config System.Action{HtmlForgeX.TablerStatusIndicator} requiredposition: 0
public TablerContentBuilder StatusStrip(Action<TablerStatusStrip> config) #
Returns: TablerContentBuilder

Adds a compact dashboard status strip for headline status context.

Parameters

config System.Action{HtmlForgeX.TablerStatusStrip} requiredposition: 0
public TablerContentBuilder SummaryStrip(Action<TablerSummaryStrip> config) #
Returns: TablerContentBuilder

Adds a compact summary strip made of reusable metric chips.

Parameters

config System.Action{HtmlForgeX.TablerSummaryStrip} requiredposition: 0
TabbedDetailRow 2 overloads
public TablerContentBuilder TabbedDetailRow(Action<TablerWorkspaceTabsCard> config) #
Returns: TablerContentBuilder

Adds a full-width tabbed detail row for audit, export, or publishing workflows.

Parameters

config System.Action{HtmlForgeX.TablerWorkspaceTabsCard} requiredposition: 0
public TablerContentBuilder TabbedDetailRow(Action<TablerRowSettings> settings, Action<TablerWorkspaceTabsCard> config) #
Returns: TablerContentBuilder

Adds a full-width tabbed detail row with optional row settings.

Parameters

settings System.Action{HtmlForgeX.TablerRowSettings} requiredposition: 0
config System.Action{HtmlForgeX.TablerWorkspaceTabsCard} requiredposition: 1
public TablerContentBuilder TableSummaryCard(Action<TablerTableSummaryCard> config) #
Returns: TablerContentBuilder

Adds a table summary card with summary metrics, an optional highlight message, and a DataTables surface.

Parameters

config System.Action{HtmlForgeX.TablerTableSummaryCard} requiredposition: 0
public TablerContentBuilder TimelineSummaryCard(Action<TablerTimelineSummaryCard> config) #
Returns: TablerContentBuilder

Adds a timeline summary card with a summary strip, optional callout, and scrollable timeline surface.

Parameters

config System.Action{HtmlForgeX.TablerTimelineSummaryCard} requiredposition: 0
public TablerContentBuilder TrackingSummaryCard(Action<TablerTrackingSummaryCard> config) #
Returns: TablerContentBuilder

Adds a tracking summary card with a headline metric and Tabler tracking blocks.

Parameters

config System.Action{HtmlForgeX.TablerTrackingSummaryCard} requiredposition: 0
public TablerContentBuilder VectorMapCard(Action<TablerVectorMapCard> config) #
Returns: TablerContentBuilder

Adds a richer dashboard card shell around a jsVectorMap surface.

Parameters

config System.Action{HtmlForgeX.TablerVectorMapCard} requiredposition: 0
public TablerContentBuilder WorkflowStepsCard(Action<TablerWorkflowStepsCard> config) #
Returns: TablerContentBuilder

Adds a workflow steps card driven by typed steps and compact supporting signals.

Parameters

config System.Action{HtmlForgeX.TablerWorkflowStepsCard} requiredposition: 0
public TablerContentBuilder WorkflowSummaryCard(Action<TablerWorkflowSummaryCard> config) #
Returns: TablerContentBuilder

Adds a workflow summary card with rollout metrics, timeline, and checklist content.

Parameters

config System.Action{HtmlForgeX.TablerWorkflowSummaryCard} requiredposition: 0
WorkspaceRow 8 overloads
public TablerContentBuilder WorkspaceRow(params ValueTuple<TablerColumnNumber, Action<TablerColumn>>[] columns) #
Returns: TablerContentBuilder

Adds a workspace row with equal-height cards enabled by default.

Parameters

config System.Action{HtmlForgeX.TablerRow} requiredposition: 0
public TablerContentBuilder WorkspaceRow(Action<TablerRowSettings> settings, params ValueTuple<TablerColumnNumber, Action<TablerColumn>>[] columns) #
Returns: TablerContentBuilder

Adds a workspace row with optional row settings.

Parameters

settings System.Action{HtmlForgeX.TablerRowSettings} requiredposition: 0
config System.Action{HtmlForgeX.TablerRow} requiredposition: 1
WorkspaceRow(System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] columns) #

Adds a workspace row with inline column declarations.

Parameters

columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] required
WorkspaceRow(System.String cssClass, System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] columns) #

Adds a workspace row with an additional CSS class and inline column declarations.

Parameters

cssClass System.String required
columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] required
WorkspaceRow(HtmlForgeX.TablerPortalSurfacePreset preset, System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] columns) #

Adds a workspace row with a typed portal-surface preset and inline column declarations.

Parameters

preset HtmlForgeX.TablerPortalSurfacePreset required
columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] required
WorkspaceRow(System.Action{HtmlForgeX.TablerRowSettings} settings, System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] columns) #

Adds a workspace row with inline columns and optional row settings.

Parameters

settings System.Action{HtmlForgeX.TablerRowSettings} required
columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] required
public TablerContentBuilder WorkspaceRow(TablerPortalSurfacePreset preset, Action<TablerRowSettings> settings, params ValueTuple<TablerColumnNumber, Action<TablerColumn>>[] columns) #
Returns: TablerContentBuilder

Adds a workspace row with an additional CSS class, inline columns, and optional row settings.

Parameters

cssClass System.String requiredposition: 0
settings System.Action{HtmlForgeX.TablerRowSettings} requiredposition: 1
columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] requiredposition: 2
WorkspaceRow(HtmlForgeX.TablerPortalSurfacePreset preset, System.Action{HtmlForgeX.TablerRowSettings} settings, System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] columns) #

Adds a workspace row with a typed portal-surface preset, inline columns, and optional row settings.

Parameters

preset HtmlForgeX.TablerPortalSurfacePreset required
settings System.Action{HtmlForgeX.TablerRowSettings} required
columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[] required
WorkspaceSection 3 overloads
public TablerContentBuilder WorkspaceSection(Action<TablerWorkspaceSectionBuilder> config) #
Returns: TablerContentBuilder

Adds a grouped workspace section composed from existing layout primitives.

Parameters

config System.Action{HtmlForgeX.TablerWorkspaceSectionBuilder} requiredposition: 0
public TablerContentBuilder WorkspaceSection(TablerPortalSurfacePreset preset, Action<TablerWorkspaceSectionBuilder> config) #
Returns: TablerContentBuilder

Adds a grouped workspace section composed from existing layout primitives and applies an additional CSS class to its top-level rows.

Parameters

cssClass System.String requiredposition: 0
config System.Action{HtmlForgeX.TablerWorkspaceSectionBuilder} requiredposition: 1
WorkspaceSection(HtmlForgeX.TablerPortalSurfacePreset preset, System.Action{HtmlForgeX.TablerWorkspaceSectionBuilder} config) #

Adds a grouped workspace section and applies a typed portal-surface preset to its top-level rows.

Parameters

preset HtmlForgeX.TablerPortalSurfacePreset required
config System.Action{HtmlForgeX.TablerWorkspaceSectionBuilder} required
public TablerContentBuilder WorkspaceTabsCard(Action<TablerWorkspaceTabsCard> config) #
Returns: TablerContentBuilder

Adds a card wrapper around a segmented tab workspace.

Parameters

config System.Action{HtmlForgeX.TablerWorkspaceTabsCard} requiredposition: 0

Extension Methods

public static TablerContentBuilder Hero(TablerContentBuilder content, Action<TablerHeroBuilder> configure) #
Returns: TablerContentBuilder

Adds a hero section to the content builder.

Parameters

content HtmlForgeX.TablerContentBuilder requiredposition: 0
configure System.Action{HtmlForgeX.TablerHeroBuilder} requiredposition: 1