HtmlForgeX

API Reference

Class

TablerPageBody

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Tabler page body component for main content area

Inheritance

Constructors

public TablerPageBody() #

Initializes a new instance of the TablerPageBody class

Methods

public TablerPageBody Container(Action<TablerContainer> configure) #
Returns: TablerPageBody

Add content with container

Parameters

configure System.Action{HtmlForgeX.TablerContainer} requiredposition: 0
EnsureContainer() #

Ensures the container is initialized if auto-container is enabled

public TablerPageBody NoContainer() #
Returns: TablerPageBody

Disable automatic container wrapper

public TablerPageBody StatsRow(Action<TablerStatsRow> configure) #
Returns: TablerPageBody

Add stats row

Parameters

configure System.Action{HtmlForgeX.TablerStatsRow} requiredposition: 0
public override String ToString() #
Returns: String

Renders the page body to HTML string

Returns

HTML representation of the page body