HtmlForgeX

API Reference

Class

TablerHeadingBase

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers abstract

Base class for Tabler heading elements.

Inheritance

Constructors

TablerHeadingBase(System.String tagName) #

Initializes a new instance of the TablerHeadingBase class with the specified tag name.

Parameters

tagName System.String required
HTML tag name to use for the heading.

Methods

public TablerHeadingBase Class(String className) #
Returns: TablerHeadingBase

Adds a CSS class to the heading.

Parameters

className System.String requiredposition: 0
public override String ToString() #
Returns: String
public TablerHeadingBase Value(String text) #
Returns: TablerHeadingBase

Sets the text content of the heading.

Parameters

text System.String requiredposition: 0