Click or drag to resize
IFormComponentValidator Interface
Implement this interface to perform form builder model validation.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IFormComponentValidator

The IFormComponentValidator type exposes the following members.

Methods
  NameDescription
Public methodValidateCompareToFieldRules
Validates rules which are of compare-to-another-field type.
Public methodValidateComponentValue
Validates bound component value and component's validation rules.
Top
See Also