HtmlForgeX

API Reference

Class

TablerPageTitle

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Tabler page title component with optional pretitle

Inheritance

Constructors

public TablerPageTitle() #

Initializes a new instance of the TablerPageTitle class

Methods

public TablerPageTitle PreTitle(String pretitle) #
Returns: TablerPageTitle

Set the pretitle (small text above main title)

Parameters

pretitle System.String requiredposition: 0
public TablerPageTitle Size(TablerPageTitleSize size) #
Returns: TablerPageTitle

Set title size

Parameters

size HtmlForgeX.TablerPageTitleSize requiredposition: 0
public TablerPageTitle Title(String title) #
Returns: TablerPageTitle

Set the main title

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String

Renders the page title to HTML string

Returns

HTML representation of the page title