Gets a collection of all validators on the page.
[Visual Basic] Public ReadOnly Property Validators As ValidatorCollection [C#] public ValidatorCollection Validators {get;} [C++] public: __property ValidatorCollection* get_Validators(); [JScript] public function get Validators() : ValidatorCollection;
The collection of validators.
Page Class | Page Members | System.Web.UI Namespace | ValidatorCollection