HtmlForgeX

API Reference

Class

TablerPageBuilder

Namespace HtmlForgeX
Assembly HtmlForgeX

Builder for individual pages.

Inheritance

  • Object
  • TablerPageBuilder

Constructors

public TablerPageBuilder(TablerMultiPage page) #

Initializes a new instance of the TablerPageBuilder class.

Parameters

page HtmlForgeX.TablerMultiPage requiredposition: 0

Methods

public TablerPageBuilder AddContent(Action<TablerContentBuilder> config) #
Returns: TablerPageBuilder

Adds content to the page.

Parameters

config System.Action{HtmlForgeX.TablerContentBuilder} requiredposition: 0
public TablerPageBuilder WithDescription(String description) #
Returns: TablerPageBuilder

Sets the description for the page.

Parameters

description System.String requiredposition: 0
public TablerPageBuilder WithOverlapHeader(Action<TablerOverlapPageHeader> config) #
Returns: TablerPageBuilder

Adds an overlap page header for navbar-overlap layouts. This header sits under the overlapping navbar with white text.

Parameters

config System.Action{HtmlForgeX.TablerOverlapPageHeader} requiredposition: 0
public TablerPageBuilder WithSubtitle(String subtitle) #
Returns: TablerPageBuilder

Sets the subtitle for the page.

Parameters

subtitle System.String requiredposition: 0