HtmlForgeX

API Reference

Class

TablerPage (Tabler)

Namespace HtmlForgeX.Containers.Tabler
Assembly HtmlForgeX
Base Element

Tabler page container component that provides the main page structure

Inheritance

Constructors

public TablerPage() #

Initializes a new instance of the TablerPage class

Methods

public TablerPage Condensed(Boolean condensed = true) #
Returns: TablerPage

Make page condensed (less padding)

Parameters

condensed System.Boolean = true optionalposition: 0
public TablerPage Header(Action<TablerHeader> configure) #
Returns: TablerPage

Add header to page

Parameters

configure System.Action{HtmlForgeX.TablerHeader} requiredposition: 0
public TablerPage Layout(TablerPageLayout layout) #
Returns: TablerPage

Set page layout type

Parameters

layout HtmlForgeX.Containers.Tabler.TablerPageLayout requiredposition: 0
RegisterLibraries() #

Registers the required libraries for this component

public TablerPage Sidebar(Action<TablerSidebar> configure) #
Returns: TablerPage

Add sidebar to page

Parameters

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

Renders the page to HTML string

Returns

HTML representation of the page

public TablerPage Wrapper(Action<TablerPageWrapper> configure) #
Returns: TablerPage

Add page wrapper

Parameters

configure System.Action{HtmlForgeX.TablerPageWrapper} requiredposition: 0