| RegisterSectionAttribute Class |
Namespace: Kentico.PageBuilder.Web.Mvc
public sealed class RegisterSectionAttribute : RegisterComponentAttribute
The RegisterSectionAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| RegisterSectionAttribute(String, Type, String) |
Registers a page builder section with a custom controller.
| |
| RegisterSectionAttribute(String, String, Type, String) |
Registers a simple page builder section using a custom view.
|
| Name | Description | |
|---|---|---|
| Description |
Description of the registered component.
(Inherited from RegisterComponentAttribute.) | |
| IconClass |
Font-icon CSS class of the registered component.
(Inherited from RegisterComponentAttribute.) | |
| Identifier |
Unique identifier of the component definition.
(Inherited from RegisterComponentAttribute.) | |
| MarkedType |
Type of the registered component controller.
(Inherited from RegisterComponentAttribute.) | |
| Name |
Name of the registered component.
(Inherited from RegisterComponentAttribute.) |
| Name | Description | |
|---|---|---|
| PreInit |
Registers the section definition during application pre-initialization.
(Overrides RegisterComponentAttributePreInit.) |