RequestFieldValidatorBase Class
Serves as the abstract base class for the validation helper classes.
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
The RequestFieldValidatorBase type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | RequestFieldValidatorBase(String) | Initializes a new instance of the derived class and specifies the name of the HTML element that is being validated. |
![]() | RequestFieldValidatorBase(String, Boolean) | Initializes a new instance of the derived class, registers the specified string as the error message to display if no value is supplied, and specifies whether the method can use unvalidated data. |
| Name | Description | |
|---|---|---|
![]() | ClientValidationRule | When implemented in a derived class, gets a container for client validation for the required field. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() ![]() | GetHttpContext | Returns the HTTP context of the current request. |
![]() | GetRequestValue | Returns the value to validate. |
![]() | GetType | (Inherited from Object.) |
![]() | IsValid | Returns a value that indicates whether the specified value is valid. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | Validate | Performs the validation test. |
Show:
