FormValidationErrorObject
The FormValidationErrorObject class represents validation error details for a specific form control.
Properties
| Name | Description |
|---|---|
| Fields | A list of field names associated with the validation error. |
| ControlName | The name of the control that encountered a validation error. |
| Message | The validation error message. |
Constructors
| Name | Description |
|---|---|
| FormValidationErrorObject() | Initializes a new instance of the FormValidationErrorObject class. |