Click or drag to resize
FormComponentValidate Method
Determines whether the specified object is valid. Only invoked if validation by validation attributes passes for all fields.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public virtual IEnumerable<ValidationResult> Validate(
	ValidationContext validationContext
)

Parameters

validationContext
Type: System.ComponentModel.DataAnnotationsValidationContext
The validation context.

Return Value

Type: IEnumerableValidationResult
A collection that holds failed-validation information.

Implements

IValidatableObjectValidate(ValidationContext)
See Also