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