HtmlForgeX

API Reference

Class

TablerDiv

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Represents a basic div element with Tabler styling capabilities.

Inheritance

Usage

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

Returned or exposed by

Constructors

Methods

public TablerDiv Class(String className) #
Returns: TablerDiv
EditorBrowsable(2)

Adds a CSS class to the div.

Parameters

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

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