NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IValidator Interface

The IValidator interface

IValidator

[Visual Basic]
Public Interface IValidator
[C#]
public interface IValidator
[C++]
public __gc __interface IValidator

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement IValidator

Class Description
BaseValidator The BaseValidator class. Base for all WebControls validator objects

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI

Assembly: System.Web.dll

See Also

IValidator Members | System.Web.UI Namespace