HtmlForgeX

API Reference

Class

TablerPageWrapper

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Tabler page wrapper component that contains the main content area

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

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