API Reference
TablerContentBuilder
Content builder for pages.
Inheritance
- Object
- TablerContentBuilder
Constructors
public TablerContentBuilder() #Methods
public TablerContentBuilder ActionsAndNotesCard(Action<TablerActionsAndNotesCard> config) #TablerContentBuilderAdds a workspace-oriented card that combines primary actions with notes.
Parameters
- config System.Action{HtmlForgeX.TablerActionsAndNotesCard}
public TablerContentBuilder ActionSummaryCard(Action<TablerActionSummaryCard> config) #TablerContentBuilderAdds an action summary card with a compact metric rail, focus callout, actions, and supporting notes.
Parameters
- config System.Action{HtmlForgeX.TablerActionSummaryCard}
public TablerContentBuilder ActivityFeedCard(Action<TablerActivityFeedCard> config) #TablerContentBuilderAdds an activity feed card with a compact metric rail and ranked entries.
Parameters
- config System.Action{HtmlForgeX.TablerActivityFeedCard}
public TablerContentBuilder Add(Element element) #TablerContentBuilderAdds a custom element to the content.
Parameters
- element HtmlForgeX.Element
public TablerContentBuilder Alert(String title, String message, TablerColor color = Info) #TablerContentBuilderAdds an alert to the content.
Parameters
- title System.String
- message System.String
- color HtmlForgeX.TablerColor = Info
public TablerContentBuilder AnalyticsSummaryCard(Action<TablerAnalyticsSummaryCard> config) #TablerContentBuilderAdds an analytics summary card with a larger chart surface and compact follow-up insight cards.
Parameters
- config System.Action{HtmlForgeX.TablerAnalyticsSummaryCard}
public TablerContentBuilder ApexChartCard(Action<TablerApexChartCard> config) #TablerContentBuilderAdds a richer dashboard card shell around an ApexCharts surface.
Parameters
- config System.Action{HtmlForgeX.TablerApexChartCard}
public TablerContentBuilder AuditLogCard(Action<TablerAuditLogCard> config) #TablerContentBuilderAdds a reporting-oriented audit log card with summary metrics and a DataTables surface.
Parameters
- config System.Action{HtmlForgeX.TablerAuditLogCard}
public TablerContentBuilder BreakdownCard(Action<TablerBreakdownCard> config) #TablerContentBuilderAdds a ranked breakdown card with summary chips and a horizontal comparison chart.
Parameters
- config System.Action{HtmlForgeX.TablerBreakdownCard}
public TablerContentBuilder Card(Action<TablerCard> config) #TablerContentBuilderAdds a card to the content.
Parameters
- config System.Action{HtmlForgeX.TablerCard}
public TablerContentBuilder CardRail(Action<TablerCardRailBuilder> config) #TablerContentBuilderAdds a semantic rail of compact supporting cards.
Parameters
- config System.Action{HtmlForgeX.TablerCardRailBuilder}
public TablerContentBuilder CardRail(TablerPortalSurfacePreset preset, Action<TablerCardRailBuilder> config) #TablerContentBuilderAdds a semantic rail of compact supporting cards with an additional CSS class.
Parameters
- cssClass System.String
- config System.Action{HtmlForgeX.TablerCardRailBuilder}
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
- config System.Action{HtmlForgeX.TablerCardRailBuilder}
public TablerContentBuilder CategoryBarChartCard(Action<TablerCategoryBarChartCard> config) #TablerContentBuilderAdds a category-focused card with a vertical distributed bar chart and summary strip.
Parameters
- config System.Action{HtmlForgeX.TablerCategoryBarChartCard}
public TablerContentBuilder ClusterRow(TablerPortalSurfacePreset preset, params ValueTuple<TablerColumnNumber, Action<TablerColumn>>[] columns) #TablerContentBuilderAdds a dashboard-style cluster row with the supplied CSS class and equal-height cards enabled by default.
Parameters
- cssClass System.String
- config System.Action{HtmlForgeX.TablerRow}
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
- config System.Action{HtmlForgeX.TablerRow}
public TablerContentBuilder ClusterRow(TablerPortalSurfacePreset preset, Action<TablerRowSettings> settings, params ValueTuple<TablerColumnNumber, Action<TablerColumn>>[] columns) #TablerContentBuilderAdds a dashboard-style cluster row with the supplied CSS class and optional row settings.
Parameters
- cssClass System.String
- settings System.Action{HtmlForgeX.TablerRowSettings}
- config System.Action{HtmlForgeX.TablerRow}
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
- settings System.Action{HtmlForgeX.TablerRowSettings}
- config System.Action{HtmlForgeX.TablerRow}
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
- columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[]
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
- columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[]
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
- settings System.Action{HtmlForgeX.TablerRowSettings}
- columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[]
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
- settings System.Action{HtmlForgeX.TablerRowSettings}
- columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[]
public TablerContentBuilder CountUp(Action<TablerCountUp> config) #TablerContentBuilderAdds an animated countup element.
Parameters
- config System.Action{HtmlForgeX.TablerCountUp}
public TablerContentBuilder DashboardSection(Action<TablerDashboardSectionBuilder> config) #TablerContentBuilderAdds a grouped dashboard section composed from existing content primitives.
Parameters
- config System.Action{HtmlForgeX.TablerDashboardSectionBuilder}
public TablerContentBuilder DashboardSection(TablerPortalSurfacePreset preset, Action<TablerDashboardSectionBuilder> config) #TablerContentBuilderAdds a grouped dashboard section composed from existing content primitives and applies an additional CSS class to its top-level rows.
Parameters
- cssClass System.String
- config System.Action{HtmlForgeX.TablerDashboardSectionBuilder}
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
- config System.Action{HtmlForgeX.TablerDashboardSectionBuilder}
public TablerContentBuilder DataGridCard(Action<TablerDataGridCard> config) #TablerContentBuilderAdds a status-oriented data grid card with a richer card shell.
Parameters
- config System.Action{HtmlForgeX.TablerDataGridCard}
public TablerContentBuilder DataTableCard(Action<TablerDataTableCard> config) #TablerContentBuilderAdds a review-oriented card shell around a DataTables surface.
Parameters
- config System.Action{HtmlForgeX.TablerDataTableCard}
public TablerContentBuilder DistributionCard(Action<TablerDistributionCard> config) #TablerContentBuilderAdds a distribution-focused card with a donut chart and summary rail.
Parameters
- config System.Action{HtmlForgeX.TablerDistributionCard}
public TablerContentBuilder EmptyStateCard(Action<TablerEmptyStateCard> config) #TablerContentBuilderAdds a richer empty-state card for no-results, no-data, or nothing-to-review surfaces.
Parameters
- config System.Action{HtmlForgeX.TablerEmptyStateCard}
public TablerContentBuilder GaugeCard(Action<TablerGaugeCard> config) #TablerContentBuilderAdds a dashboard-oriented gauge card with a built-in radial chart.
Parameters
- config System.Action{HtmlForgeX.TablerGaugeCard}
public TablerContentBuilder GeoSummaryCard(Action<TablerGeoSummaryCard> config) #TablerContentBuilderAdds a richer geographic summary card with a map surface and ranked regional highlights.
Parameters
- config System.Action{HtmlForgeX.TablerGeoSummaryCard}
public TablerContentBuilder HeroCard(Action<TablerHeroCard> config) #TablerContentBuilderAdds a large visual hero card for dashboard overview storytelling.
Parameters
- config System.Action{HtmlForgeX.TablerHeroCard}
public TablerContentBuilder HighlightCard(Action<TablerHighlightCard> config) #TablerContentBuilderAdds a highlight card with an annotated visual stage.
Parameters
- config System.Action{HtmlForgeX.TablerHighlightCard}
public TablerContentBuilder IncidentTimelineCard(Action<TablerIncidentTimelineCard> config) #TablerContentBuilderAdds an incident timeline card with headline summary chips.
Parameters
- config System.Action{HtmlForgeX.TablerIncidentTimelineCard}
public TablerContentBuilder InsightSummaryCard(Action<TablerInsightSummaryCard> config) #TablerContentBuilderAdds an insight summary card with hero copy and compact highlight tiles.
Parameters
- config System.Action{HtmlForgeX.TablerInsightSummaryCard}
public TablerContentBuilder LeadDetailStack(Action<TablerLeadDetailStackBuilder> config) #TablerContentBuilderAdds a semantic lead-row plus drilldown stack for chart/report surfaces that flow into full-width details.
Parameters
- config System.Action{HtmlForgeX.TablerLeadDetailStackBuilder}
public TablerContentBuilder LeadDetailStack(TablerPortalSurfacePreset preset, Action<TablerLeadDetailStackBuilder> config) #TablerContentBuilderAdds 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
- config System.Action{HtmlForgeX.TablerLeadDetailStackBuilder}
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
- config System.Action{HtmlForgeX.TablerLeadDetailStackBuilder}
public TablerContentBuilder LeadRow(params ValueTuple<TablerColumnNumber, Action<TablerColumn>>[] columns) #TablerContentBuilderAdds a lead row with equal-height cards enabled by default.
Parameters
- config System.Action{HtmlForgeX.TablerRow}
public TablerContentBuilder LeadRow(Action<TablerRowSettings> settings, params ValueTuple<TablerColumnNumber, Action<TablerColumn>>[] columns) #TablerContentBuilderAdds a lead row with optional row settings.
Parameters
- settings System.Action{HtmlForgeX.TablerRowSettings}
- config System.Action{HtmlForgeX.TablerRow}
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}}[]
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
- columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[]
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
- columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[]
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}
- columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[]
public TablerContentBuilder LeadRow(TablerPortalSurfacePreset preset, Action<TablerRowSettings> settings, params ValueTuple<TablerColumnNumber, Action<TablerColumn>>[] columns) #TablerContentBuilderAdds a lead row with an additional CSS class, inline columns, and optional row settings.
Parameters
- cssClass System.String
- settings System.Action{HtmlForgeX.TablerRowSettings}
- columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[]
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
- settings System.Action{HtmlForgeX.TablerRowSettings}
- columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[]
public TablerContentBuilder LineComparisonCard(Action<TablerLineComparisonCard> config) #TablerContentBuilderAdds a comparison-focused card with a multi-series line chart and summary strip.
Parameters
- config System.Action{HtmlForgeX.TablerLineComparisonCard}
public TablerContentBuilder ListCard(Action<TablerListCard> config) #TablerContentBuilderAdds a compact list card for findings, notes, or short checklists.
Parameters
- config System.Action{HtmlForgeX.TablerListCard}
public TablerContentBuilder MapSummaryCard(Action<TablerMapSummaryCard> config) #TablerContentBuilderAdds a vector-map summary card with supporting metrics.
Parameters
- config System.Action{HtmlForgeX.TablerMapSummaryCard}
public TablerContentBuilder MetricCard(Action<TablerMetricCard> config) #TablerContentBuilderAdds a dashboard-oriented metric card with optional inline chart or progress.
Parameters
- config System.Action{HtmlForgeX.TablerMetricCard}
public TablerContentBuilder NarrativeCard(Action<TablerNarrativeCard> config) #TablerContentBuilderAdds a compact narrative card for short summaries and contextual tab content.
Parameters
- config System.Action{HtmlForgeX.TablerNarrativeCard}
public TablerContentBuilder NarrativeSummaryCard(Action<TablerNarrativeSummaryCard> config) #TablerContentBuilderAdds a narrative summary card with editorial copy, a compact metric rail, and supporting insights.
Parameters
- config System.Action{HtmlForgeX.TablerNarrativeSummaryCard}
public TablerContentBuilder PeopleReviewCard(Action<TablerPeopleReviewCard> config) #TablerContentBuilderAdds a people review card with alignment context and decision queue content.
Parameters
- config System.Action{HtmlForgeX.TablerPeopleReviewCard}
public TablerContentBuilder Placeholder(Action<TablerPlaceholder> config) #TablerContentBuilderAdds a single low-level placeholder block.
Parameters
- config System.Action{HtmlForgeX.TablerPlaceholder}
public TablerContentBuilder PlaceholderCard(Action<TablerPlaceholderCard> config) #TablerContentBuilderAdds a richer skeleton-loading card with image, avatar, lines, and list-row affordances.
Parameters
- config System.Action{HtmlForgeX.TablerPlaceholderCard}
public TablerContentBuilder Placeholders(Action<TablerPlaceholderContainer> config) #TablerContentBuilderAdds a low-level placeholder container for grouped glow/wave loaders.
Parameters
- config System.Action{HtmlForgeX.TablerPlaceholderContainer}
public TablerContentBuilder PresenceListCard(Action<TablerPresenceListCard> config) #TablerContentBuilderAdds a presence list card built around avatars and status badges.
Parameters
- config System.Action{HtmlForgeX.TablerPresenceListCard}
public TablerContentBuilder PrimarySupportRow(Action<TablerPrimarySupportRowBuilder> config) #TablerContentBuilderAdds a row with one dominant surface and one or more compact supporting panels.
Parameters
- config System.Action{HtmlForgeX.TablerPrimarySupportRowBuilder}
public TablerContentBuilder PrimarySupportRow(TablerPortalSurfacePreset preset, Action<TablerPrimarySupportRowBuilder> config) #TablerContentBuilderAdds a row with one dominant surface, compact supporting panels, and an additional CSS class.
Parameters
- cssClass System.String
- config System.Action{HtmlForgeX.TablerPrimarySupportRowBuilder}
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
- config System.Action{HtmlForgeX.TablerPrimarySupportRowBuilder}
public TablerContentBuilder ProgressListCard(Action<TablerProgressListCard> config) #TablerContentBuilderAdds a richer dashboard card shell around ranked progress items.
Parameters
- config System.Action{HtmlForgeX.TablerProgressListCard}
public TablerContentBuilder ReviewListCard(Action<TablerReviewListCard> config) #TablerContentBuilderAdds a review list card with a compact metric rail and ranked note entries.
Parameters
- config System.Action{HtmlForgeX.TablerReviewListCard}
public TablerContentBuilder Row(Action<TablerRow> config) #TablerContentBuilderAdds a row to the content.
Parameters
- config System.Action{HtmlForgeX.TablerRow}
public TablerContentBuilder SocialTileCard(Action<TablerSocialTileCard> config) #TablerContentBuilderAdds a social-style stat tile with optional animated numeric value.
Parameters
- config System.Action{HtmlForgeX.TablerSocialTileCard}
public TablerContentBuilder StatTileCard(Action<TablerStatTileCard> config) #TablerContentBuilderAdds a compact but richer stat tile card.
Parameters
- config System.Action{HtmlForgeX.TablerStatTileCard}
public TablerContentBuilder StatusIndicator(Action<TablerStatusIndicator> config) #TablerContentBuilderAdds a three-dot Tabler status indicator.
Parameters
- config System.Action{HtmlForgeX.TablerStatusIndicator}
public TablerContentBuilder StatusStrip(Action<TablerStatusStrip> config) #TablerContentBuilderAdds a compact dashboard status strip for headline status context.
Parameters
- config System.Action{HtmlForgeX.TablerStatusStrip}
public TablerContentBuilder SummaryStrip(Action<TablerSummaryStrip> config) #TablerContentBuilderAdds a compact summary strip made of reusable metric chips.
Parameters
- config System.Action{HtmlForgeX.TablerSummaryStrip}
public TablerContentBuilder TabbedDetailRow(Action<TablerWorkspaceTabsCard> config) #TablerContentBuilderAdds a full-width tabbed detail row for audit, export, or publishing workflows.
Parameters
- config System.Action{HtmlForgeX.TablerWorkspaceTabsCard}
public TablerContentBuilder TabbedDetailRow(Action<TablerRowSettings> settings, Action<TablerWorkspaceTabsCard> config) #TablerContentBuilderAdds a full-width tabbed detail row with optional row settings.
Parameters
- settings System.Action{HtmlForgeX.TablerRowSettings}
- config System.Action{HtmlForgeX.TablerWorkspaceTabsCard}
public TablerContentBuilder TableSummaryCard(Action<TablerTableSummaryCard> config) #TablerContentBuilderAdds a table summary card with summary metrics, an optional highlight message, and a DataTables surface.
Parameters
- config System.Action{HtmlForgeX.TablerTableSummaryCard}
public TablerContentBuilder TimelineSummaryCard(Action<TablerTimelineSummaryCard> config) #TablerContentBuilderAdds a timeline summary card with a summary strip, optional callout, and scrollable timeline surface.
Parameters
- config System.Action{HtmlForgeX.TablerTimelineSummaryCard}
public TablerContentBuilder TrackingSummaryCard(Action<TablerTrackingSummaryCard> config) #TablerContentBuilderAdds a tracking summary card with a headline metric and Tabler tracking blocks.
Parameters
- config System.Action{HtmlForgeX.TablerTrackingSummaryCard}
public TablerContentBuilder VectorMapCard(Action<TablerVectorMapCard> config) #TablerContentBuilderAdds a richer dashboard card shell around a jsVectorMap surface.
Parameters
- config System.Action{HtmlForgeX.TablerVectorMapCard}
public TablerContentBuilder WorkflowStepsCard(Action<TablerWorkflowStepsCard> config) #TablerContentBuilderAdds a workflow steps card driven by typed steps and compact supporting signals.
Parameters
- config System.Action{HtmlForgeX.TablerWorkflowStepsCard}
public TablerContentBuilder WorkflowSummaryCard(Action<TablerWorkflowSummaryCard> config) #TablerContentBuilderAdds a workflow summary card with rollout metrics, timeline, and checklist content.
Parameters
- config System.Action{HtmlForgeX.TablerWorkflowSummaryCard}
public TablerContentBuilder WorkspaceRow(params ValueTuple<TablerColumnNumber, Action<TablerColumn>>[] columns) #TablerContentBuilderAdds a workspace row with equal-height cards enabled by default.
Parameters
- config System.Action{HtmlForgeX.TablerRow}
public TablerContentBuilder WorkspaceRow(Action<TablerRowSettings> settings, params ValueTuple<TablerColumnNumber, Action<TablerColumn>>[] columns) #TablerContentBuilderAdds a workspace row with optional row settings.
Parameters
- settings System.Action{HtmlForgeX.TablerRowSettings}
- config System.Action{HtmlForgeX.TablerRow}
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}}[]
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
- columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[]
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
- columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[]
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}
- columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[]
public TablerContentBuilder WorkspaceRow(TablerPortalSurfacePreset preset, Action<TablerRowSettings> settings, params ValueTuple<TablerColumnNumber, Action<TablerColumn>>[] columns) #TablerContentBuilderAdds a workspace row with an additional CSS class, inline columns, and optional row settings.
Parameters
- cssClass System.String
- settings System.Action{HtmlForgeX.TablerRowSettings}
- columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[]
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
- settings System.Action{HtmlForgeX.TablerRowSettings}
- columns System.ValueTuple{HtmlForgeX.TablerColumnNumber,System.Action{HtmlForgeX.TablerColumn}}[]
public TablerContentBuilder WorkspaceSection(Action<TablerWorkspaceSectionBuilder> config) #TablerContentBuilderAdds a grouped workspace section composed from existing layout primitives.
Parameters
- config System.Action{HtmlForgeX.TablerWorkspaceSectionBuilder}
public TablerContentBuilder WorkspaceSection(TablerPortalSurfacePreset preset, Action<TablerWorkspaceSectionBuilder> config) #TablerContentBuilderAdds a grouped workspace section composed from existing layout primitives and applies an additional CSS class to its top-level rows.
Parameters
- cssClass System.String
- config System.Action{HtmlForgeX.TablerWorkspaceSectionBuilder}
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
- config System.Action{HtmlForgeX.TablerWorkspaceSectionBuilder}
public TablerContentBuilder WorkspaceTabsCard(Action<TablerWorkspaceTabsCard> config) #TablerContentBuilderAdds a card wrapper around a segmented tab workspace.
Parameters
- config System.Action{HtmlForgeX.TablerWorkspaceTabsCard}
Inherited Methods
Extension Methods
public static TablerContentBuilder Hero(TablerContentBuilder content, Action<TablerHeroBuilder> configure) #TablerContentBuilderAdds a hero section to the content builder.
Parameters
- content HtmlForgeX.TablerContentBuilder
- configure System.Action{HtmlForgeX.TablerHeroBuilder}