System.Web.UI.ValidatorCollection: Method Members

The methods of System.Web.UI.ValidatorCollection are listed below. For a list of all members, see the ValidatorCollection Members list.

See Also: Inherited members from System.Object

Public Methods

Add(IValidator)

Adds the specified validation server control to the System.Web.UI.ValidatorCollection collection.

Contains(IValidator) : bool

Determines whether the specified validation server control is contained within the page's System.Web.UI.ValidatorCollection collection.

CopyTo(Array, int)

Copies the validator collection to the specified array, beginning at the specified location.

GetEnumerator() : IEnumerator

Returns an IEnumerator instance for the System.Web.UI.ValidatorCollection collection.

Remove(IValidator)

Removes the specified validation server control from the page's System.Web.UI.ValidatorCollection collection.