Click or drag to resize
RegisterComponentAttribute Constructor
Creates an instance of the RegisterComponentAttribute class.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
protected RegisterComponentAttribute(
	string identifier,
	Type controllerType,
	string name
)

Parameters

identifier
Type: SystemString
Unique identifier of the Form Builder definition.
controllerType
Type: SystemType
Type of the controller to register.
name
Type: SystemString
Name of the registered component.
See Also