HTMLListEnd Method

Generates a end list tag.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ListEnd(
	bool ordered
)

Parameters

ordered  Boolean
Indicates if it should be sorted.

Return Value

String
String with the representation of the list item.

See Also