HtmlForgeX

API Reference

Class

Abbr

Namespace HtmlForgeX.Tags
Assembly HtmlForgeX
Base HtmlTag

Represents an HTML <abbr> tag.

Inheritance

Remarks

The <abbr> tag is used to denote an abbreviation or acronym and can include a tooltip with the expanded text via the title attribute.

Constructors

public Abbr(String value) #

Represents an HTML <abbr> tag.

Parameters

value System.String requiredposition: 0

Methods

public Abbr Title(String title) #
Returns: Abbr

Sets the title attribute providing the expanded abbreviation text.

Parameters

title System.String requiredposition: 0
Full text for the abbreviation.

Returns

The current Abbr instance.