Errors Method

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 Errors(
	NameValueCollection errors
)
Visual Basic (Declaration)
Public Shared Function Errors ( _
	errors As NameValueCollection _
) As String
Visual C++
public:
static String^ Errors(
	NameValueCollection^ errors
)

Parameters

errors
Type: System.Collections.Specialized..::.NameValueCollection

[Missing <param name="errors"/> documentation for "M:HttpServer.Helpers.WebHelper.Errors(System.Collections.Specialized.NameValueCollection)"]

Return Value

[Missing <returns> documentation for M:HttpServer.Helpers.WebHelper.Errors(System.Collections.Specialized.NameValueCollection)]

See Also