HtmlForgeX

API Reference

Class

TablerLayoutPage

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Represents a page within a layout container.

Inheritance

Constructors

public TablerLayoutPage(String id, String title) #

Initializes a new instance of the TablerLayoutPage class.

Parameters

id System.String requiredposition: 0
title System.String requiredposition: 1

Methods

public TablerLayoutPage AddContent(Action<TablerLayoutPage> config) #
Returns: TablerLayoutPage

Adds content to the page.

Parameters

config System.Action{HtmlForgeX.TablerLayoutPage} requiredposition: 0
RegisterLibraries() #

Registers the required libraries for TablerLayoutPage.

public TablerLayoutPage Section(Action<TablerSection> config) #
Returns: TablerLayoutPage

Adds a section to the page.

Parameters

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

Converts the page to its HTML representation.

Properties

public String Id { get; } #

Gets the unique identifier for this page.

public String Title { get; } #

Gets the title of this page.