| RegisterComponentAttribute Class |
Namespace: Kentico.PageBuilder.Web.Mvc
public abstract class RegisterComponentAttribute : Attribute, IPreInitAttribute
The RegisterComponentAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| RegisterComponentAttribute |
Creates an instance of the RegisterComponentAttribute class.
|
| Name | Description | |
|---|---|---|
| Description |
Description of the registered component.
| |
| IconClass |
Font-icon CSS class of the registered component.
| |
| Identifier |
Unique identifier of the component definition.
| |
| MarkedType |
Type of the registered component controller.
| |
| Name |
Name of the registered component.
|
| Name | Description | |
|---|---|---|
| PreInit |
Registers the component definition during application pre-initialization.
|