HtmlForgeX

API Reference

Class

TablerMultiPage

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents a page in a multi-page application.

Inheritance

  • Object
  • TablerMultiPage

Constructors

Properties

public String Id { get; set; } #

Unique identifier for the page.

public String Title { get; set; } #

Display title for the page.

public String Subtitle { get; set; } #

Optional subtitle for the page.

public String Description { get; set; } #

Optional description for the page.

public String FileName { get; set; } #

Output filename for the page.

public List<Element> Content { get; } #

Content elements for the page.

public TablerOverlapPageHeader OverlapHeader { get; set; } #

Optional overlap page header for navbar-overlap layouts.