HTMLListItem Method

Generates a list item tag.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ListItem(
	string content
)

Parameters

content  String
The content of the list item.

Return Value

String
String with the representation of the list item.

See Also