HtmlForgeX

API Reference

Class

TablerPageWrapper

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Tabler page wrapper component that contains the main content area

Inheritance

Constructors

public TablerPageWrapper() #

Initializes a new instance of the TablerPageWrapper class

Methods

public TablerPageWrapper Header(Action<TablerHeader> configure) #
Returns: TablerPageWrapper

Add header (navbar)

Parameters

configure System.Action{HtmlForgeX.TablerHeader} requiredposition: 0
public TablerPageWrapper PageBody(Action<TablerPageBody> configure) #
Returns: TablerPageWrapper

Add page body

Parameters

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

Renders the page wrapper to HTML string

Returns

HTML representation of the page wrapper