[]
Represents the base class to validate and do the operation according to validation result.
public abstract class ControlValidator
Public MustInherit Class ControlValidator
User-written validation actions must derive from this class.
Name | Description |
---|---|
ControlValidator() | Initializes a new instance of the ControlValidator class. |
ControlValidator(object) | Initializes a new instance of the ControlValidator class. |
Name | Description |
---|---|
ErrorContent | Gets or sets an object that provides additional information about the invalidity. |