Click or drag to resize
RegisterComponentAttribute Class
Registers definition of Form builder feature component.
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 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