Click or drag to resize
RegisterComponentAttribute Class
Registers definition of Form builder feature component.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Kentico.Forms.Web.MvcRegisterComponentAttribute
      Kentico.Forms.Web.MvcRegisterFormComponentAttribute
      Kentico.Forms.Web.MvcRegisterFormSectionAttribute
      Kentico.Forms.Web.MvcRegisterFormValidationRuleAttribute
      Kentico.Forms.Web.MvcRegisterFormVisibilityConditionAttribute

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public abstract class RegisterComponentAttribute : Attribute, 
	IPreInitAttribute

The RegisterComponentAttribute type exposes the following members.

Constructors
  NameDescription
Protected methodRegisterComponentAttribute
Creates an instance of the RegisterComponentAttribute class.
Top
Properties
  NameDescription
Public propertyIdentifier
Unique identifier of the definition.
Public propertyMarkedType
Type of the registered component controller.
Public propertyName
Name of the registered component.
Top
Methods
  NameDescription
Public methodPreInit
Registers the Form Builder definition during application pre-initialization.
Top
See Also