Click or drag to resize
IValidationRuleActivator Interface
Defines methods for creating ValidationRules.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public interface IValidationRuleActivator
Methods
  NameDescription
Public methodCreateValidationRule(String)
Creates a new instance of the ValidationRule specified by its definition with default property values.
Public methodCreateValidationRule(ValidationRuleDefinition)
Creates a new instance of the ValidationRule specified by its definition with default property values.
Top
See Also