RenderJsErrors Method

HttpServer.dll

Creates a javascript "alert" filled with all errors.

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

Syntax

C#
protected string RenderJsErrors(
	NameValueCollection errors
)
Visual Basic (Declaration)
Protected Function RenderJsErrors ( _
	errors As NameValueCollection _
) As String
Visual C++
protected:
String^ RenderJsErrors(
	NameValueCollection^ errors
)

Parameters

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

[Missing <param name="errors"/> documentation for "M:HttpServer.Controllers.ViewController.RenderJsErrors(System.Collections.Specialized.NameValueCollection)"]

Return Value

a

See Also