Skip to main content

FormValidationErrorObject Properties

An object defining properties for the FormValidationErrorObject class.

Fields

A list of field names associated with the validation error.

Type: List<string>


ControlName

The name of the control that encountered a validation error.

Type: string


Message

The validation error message.

Type: string