Click or drag to resize
RegisterFormValidationRuleAttribute Class
Registers a form component validation rule to Form builder.
Inheritance Hierarchy

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public sealed class RegisterFormValidationRuleAttribute : RegisterComponentAttribute

The RegisterFormValidationRuleAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegisterFormValidationRuleAttribute
Initializes a new instance of the RegisterFormValidationRuleAttribute class.
Top
Properties
  NameDescription
Public propertyDescription
Description of the registered validation rule.
Public propertyIdentifier
Unique identifier of the definition.
(Inherited from RegisterComponentAttribute.)
Public propertyMarkedType
Type of the registered component controller.
(Inherited from RegisterComponentAttribute.)
Public propertyName
Name of the registered component.
(Inherited from RegisterComponentAttribute.)
Top
Methods
See Also