HtmlForgeX

API Reference

Class

TablerParagraph

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Represents a paragraph element with Tabler styling.

Inheritance

Constructors

Methods

public TablerParagraph Class(String className) #
Returns: TablerParagraph

Adds a CSS class to the paragraph.

Parameters

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

Sets the text content of the paragraph.

Parameters

text System.String requiredposition: 0