FormValidator Class

HttpServer.dll

Validator is used to validate all input items in a form.

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

Syntax

C#
public class FormValidator : Validator
Visual Basic (Declaration)
Public Class FormValidator _
	Inherits Validator
Visual C++
public ref class FormValidator : public Validator

Inheritance Hierarchy

System..::.Object
  HttpServer.Helpers..::.Validator
    HttpServer.Helpers..::.FormValidator

See Also