HTMLListEnd Method
Generates a end list tag.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string ListEnd(
bool ordered
)
Public Shared Function ListEnd (
ordered As Boolean
) As String
- ordered Boolean
- Indicates if it should be sorted.
StringString with the representation of the list item.