API Reference
Class
TablerPageBuilder
Builder for individual pages.
Inheritance
- Object
- TablerPageBuilder
Constructors
public TablerPageBuilder(TablerMultiPage page) #Initializes a new instance of the TablerPageBuilder class.
Parameters
- page HtmlForgeX.TablerMultiPage
Methods
public TablerPageBuilder AddContent(Action<TablerContentBuilder> config) #Returns:
TablerPageBuilderAdds content to the page.
Parameters
- config System.Action{HtmlForgeX.TablerContentBuilder}
public TablerPageBuilder WithDescription(String description) #Returns:
TablerPageBuilderSets the description for the page.
Parameters
- description System.String
public TablerPageBuilder WithOverlapHeader(Action<TablerOverlapPageHeader> config) #Returns:
TablerPageBuilderAdds an overlap page header for navbar-overlap layouts. This header sits under the overlapping navbar with white text.
Parameters
- config System.Action{HtmlForgeX.TablerOverlapPageHeader}
public TablerPageBuilder WithSubtitle(String subtitle) #Returns:
TablerPageBuilderSets the subtitle for the page.
Parameters
- subtitle System.String