HtmlForgeX

API Reference

Class

TablerDiv

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Represents a basic div element with Tabler styling capabilities.

Inheritance

Constructors

Methods

public TablerDiv Class(String className) #
Returns: TablerDiv

Adds a CSS class to the div.

Parameters

className System.String requiredposition: 0
public TablerDiv Style(String property, String value) #
Returns: TablerDiv

Adds an inline style to the div.

Parameters

property System.String requiredposition: 0
value System.String requiredposition: 1
public override String ToString() #
Returns: String
public TablerDiv Value(String text) #
Returns: TablerDiv

Sets the text content of the div.

Parameters

text System.String requiredposition: 0