List Method (NameValueCollection, String)

HttpServer.dll

Render errors into a UL with class "errors"

Namespace:  HttpServer.Helpers
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static string List(
	NameValueCollection theList,
	string className
)
Visual Basic (Declaration)
Public Shared Function List ( _
	theList As NameValueCollection, _
	className As String _
) As String
Visual C++
public:
static String^ List(
	NameValueCollection^ theList, 
	String^ className
)

Parameters

theList
Type: System.Collections.Specialized..::.NameValueCollection
items to list
className
Type: System..::.String
class used by UL-tag.

Return Value

an unordered html list.

See Also