HTMLListItem Method
Generates a list item tag.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string ListItem(
string content
)
Public Shared Function ListItem (
content As String
) As String
- content String
- The content of the list item.
StringString with the representation of the list item.