HtmlForgeX

API Reference

Class

TablerContentBuilder

Namespace HtmlForgeX
Assembly HtmlForgeX

Content builder for pages.

Inheritance

  • Object
  • TablerContentBuilder

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

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 ActivityList(Action<TablerActivityList> config) #
Returns: TablerContentBuilder

Adds a dashboard-oriented activity feed for approvals, incidents, handoffs, and recent updates.

Parameters

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

Adds a custom element to the content.

Parameters

element HtmlForgeX.Element requiredposition: 0
public TablerContentBuilder AgendaRail(Action<TablerAgendaRail> config) #
Returns: TablerContentBuilder

Adds a compact agenda rail for schedules, appointments, and dated updates.

Parameters

config System.Action{HtmlForgeX.TablerAgendaRail} 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 AlertList(Action<TablerAlertList> config) #
Returns: TablerContentBuilder

Adds a severity-first alert list for incidents, blocked work, and expiring operational items.

Parameters

config System.Action{HtmlForgeX.TablerAlertList} requiredposition: 0
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 AvailabilityHeatmap(Action<TablerAvailabilityHeatmap> config) #
Returns: TablerContentBuilder

Adds a numeric heatmap for availability, peak hours, volume, or capacity windows.

Parameters

config System.Action{HtmlForgeX.TablerAvailabilityHeatmap} 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
public TablerContentBuilder ChipSet(Action<TablerChipSet> config) #
Returns: TablerContentBuilder

Adds a typed row of compact chips for categories, filters, or count labels.

Parameters

config System.Action{HtmlForgeX.TablerChipSet} 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 CollectionCards(Action<TablerCollectionCards> config) #
Returns: TablerContentBuilder

Adds a card-based collection surface for entity records that should read as cards rather than rows.

Parameters

config System.Action{HtmlForgeX.TablerCollectionCards} requiredposition: 0
public TablerContentBuilder CollectionTable(Action<TablerCollectionTable> config) #
Returns: TablerContentBuilder

Adds a display-first collection table for entity-style row data.

Parameters

config System.Action{HtmlForgeX.TablerCollectionTable} requiredposition: 0
public TablerContentBuilder CollectionToolbar(Action<TablerCollectionToolbar> config) #
Returns: TablerContentBuilder

Adds a collection-focused dashboard toolbar built on the shared control-bar layout.

Parameters

config System.Action{HtmlForgeX.TablerCollectionToolbar} requiredposition: 0
public TablerContentBuilder ComparisonList(Action<TablerComparisonList> config) #
Returns: TablerContentBuilder

Adds a compact comparison list for current-vs-baseline and plan-vs-actual rows.

Parameters

config System.Action{HtmlForgeX.TablerComparisonList} requiredposition: 0
public TablerContentBuilder CountUp(Action<TablerCountUp> config) #
Returns: TablerContentBuilder

Adds an animated countup element.

Parameters

config System.Action{HtmlForgeX.TablerCountUp} requiredposition: 0
public TablerContentBuilder DashboardFrame(Action<TablerDashboardFrame> config) #
Returns: TablerContentBuilder

Adds the reusable browser/app-style frame for presenting a complete dashboard or workspace.

Parameters

config System.Action{HtmlForgeX.TablerDashboardFrame} 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 DashboardShowcaseFrame(Action<TablerDashboardShowcaseFrame> config) #
Returns: TablerContentBuilder
EditorBrowsable(2)

Adds the legacy showcase-named dashboard frame. Prefer TablerDashboardFrame>) for new code.

Parameters

config System.Action{HtmlForgeX.TablerDashboardShowcaseFrame} requiredposition: 0
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 DatedEventList(Action<TablerDatedEventList> config) #
Returns: TablerContentBuilder

Adds a dated event list for news, milestones, announcements, and activity feeds.

Parameters

config System.Action{HtmlForgeX.TablerDatedEventList} 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 DrilldownWorkspace(Action<TablerDrilldownWorkspace> config) #
Returns: TablerContentBuilder

Adds an overview-to-detail workspace for scanning a collection and opening one selected record.

Parameters

config System.Action{HtmlForgeX.TablerDrilldownWorkspace} 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 EntityCollection(Action<TablerEntityCollection> config) #
Returns: TablerContentBuilder

Adds a shared-entity collection host with built-in table, list, and cards views.

Parameters

config System.Action{HtmlForgeX.TablerEntityCollection} requiredposition: 0
public TablerContentBuilder EntityList(Action<TablerEntityList> config) #
Returns: TablerContentBuilder

Adds a generic entity list for customers, devices, services, and other entity records.

Parameters

config System.Action{HtmlForgeX.TablerEntityList} 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 InsightBanner(Action<TablerInsightBanner> config) #
Returns: TablerContentBuilder

Adds an insight banner for recommendations, predictions, and highlighted guidance.

Parameters

config System.Action{HtmlForgeX.TablerInsightBanner} 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 MetricList(Action<TablerMetricList> config) #
Returns: TablerContentBuilder

Adds a compact KPI/stat list for right-rail signals and stacked dashboard metrics.

Parameters

config System.Action{HtmlForgeX.TablerMetricList} requiredposition: 0
public TablerContentBuilder MultiSeriesBarList(Action<TablerMultiSeriesBarList> config) #
Returns: TablerContentBuilder

Adds a multi-series horizontal bar list for department, channel, or category comparisons.

Parameters

config System.Action{HtmlForgeX.TablerMultiSeriesBarList} 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 OperationalList(Action<TablerOperationalList> config) #
Returns: TablerContentBuilder

Adds a generic operational list view for jobs, tickets, routes, domains, orders, incidents, or assets.

Parameters

config System.Action{HtmlForgeX.TablerOperationalList} requiredposition: 0
public TablerContentBuilder OperationalWorkspace(Action<TablerOperationalWorkspace> config) #
Returns: TablerContentBuilder

Adds a plain operational workspace with side navigation and a main content area.

Parameters

config System.Action{HtmlForgeX.TablerOperationalWorkspace} 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
public TablerContentBuilder PretextMasonry(Action<TablerPretextMasonry> config) #
Returns: TablerContentBuilder

Adds a typed Pretext masonry wrapper for measured media cards.

Parameters

config System.Action{HtmlForgeX.TablerPretextMasonry} 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 RankedList(Action<TablerRankedList> config) #
Returns: TablerContentBuilder

Adds a compact ranked list for top pages, leading cities, and similar right-rail summaries.

Parameters

config System.Action{HtmlForgeX.TablerRankedList} requiredposition: 0
public TablerContentBuilder RecordInspectorCard(Action<TablerRecordInspectorCard> config) #
Returns: TablerContentBuilder

Adds a selected-record inspector card with metrics, grouped signals, details, and next actions.

Parameters

config System.Action{HtmlForgeX.TablerRecordInspectorCard} 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 RosterList(Action<TablerRosterList> config) #
Returns: TablerContentBuilder

Adds a richer roster/list primitive for contacts, reviewers, and compact people surfaces.

Parameters

config System.Action{HtmlForgeX.TablerRosterList} 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 StatusMatrix(Action<TablerStatusMatrix> config) #
Returns: TablerContentBuilder

Adds a grouped status matrix for compact health or policy signals.

Parameters

config System.Action{HtmlForgeX.TablerStatusMatrix} requiredposition: 0
public TablerContentBuilder StatusPipelineCard(Action<TablerStatusPipelineCard> config) #
Returns: TablerContentBuilder

Adds a status pipeline card with segmented totals and recent items.

Parameters

config System.Action{HtmlForgeX.TablerStatusPipelineCard} 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 TargetMetricCard(Action<TablerTargetMetricCard> config) #
Returns: TablerContentBuilder

Adds a visual KPI card with target progress and comparison delta.

Parameters

config System.Action{HtmlForgeX.TablerTargetMetricCard} requiredposition: 0
public TablerContentBuilder TaskOverviewCard(Action<TablerTaskOverviewCard> config) #
Returns: TablerContentBuilder

Adds a product-style task overview card with segmented status progress.

Parameters

config System.Action{HtmlForgeX.TablerTaskOverviewCard} requiredposition: 0
public TablerContentBuilder TimelineInspectorRail(Action<TablerTimelineInspectorRail> config) #
Returns: TablerContentBuilder

Adds a timeline inspector rail with tabs, note composer, grouped events, related entities, and actions.

Parameters

config System.Action{HtmlForgeX.TablerTimelineInspectorRail} requiredposition: 0
public TablerContentBuilder TimelinePlannerCard(Action<TablerTimelinePlannerCard> config) #
Returns: TablerContentBuilder

Adds a visual schedule card for timeline lanes and project windows.

Parameters

config System.Action{HtmlForgeX.TablerTimelinePlannerCard} 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
public TablerContentBuilder WorkloadList(Action<TablerWorkloadList> config) #
Returns: TablerContentBuilder

Adds a workload list with progress rows, summary metrics, and status badges.

Parameters

config System.Action{HtmlForgeX.TablerWorkloadList} 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