HtmlForgeX

API Reference

Class

ListItem

Namespace HtmlForgeX.Tags
Assembly HtmlForgeX
Base HtmlTag

Represents an HTML <li> tag.

Inheritance

Constructors

ListItem 2 overloads
public ListItem() #

Initializes a new instance of the ListItem class.

public ListItem(String value) #

Initializes a new instance of the ListItem class with text content.

Parameters

value System.String requiredposition: 0
Text content for the list item.