HtmlForgeX

API Reference

Class

TablerPageTitle

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Tabler page title component with optional pretitle

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

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