FormValidator Constructor (NameValueCollection, )

HttpServer.dll

Initializes a new instance of the FormValidator class.

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

Syntax

C#
public FormValidator(
	NameValueCollection errors,
	LanguageNode modelLanguage
)
Visual Basic (Declaration)
Public Sub New ( _
	errors As NameValueCollection, _
	modelLanguage As LanguageNode _
)
Visual C++
public:
FormValidator(
	NameValueCollection^ errors, 
	LanguageNode^ modelLanguage
)

Parameters

errors
Type: System.Collections.Specialized..::.NameValueCollection
collection to be filled with errors
modelLanguage
Type: LanguageNode
Translation used to translate the "name" parameters in all validation methods.

See Also