| RegisterPageTemplateAttribute Class |
Namespace: Kentico.PageBuilder.Web.Mvc.PageTemplates
public sealed class RegisterPageTemplateAttribute : RegisterComponentAttribute, IPreInitAttribute
The RegisterPageTemplateAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| RegisterPageTemplateAttribute(String, Type, String) |
Registers a page builder page template with a custom controller.
| |
| RegisterPageTemplateAttribute(String, String, Type, String) |
Registers a simple page builder page template using a 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 page template definition during application pre-initialization.
(Overrides RegisterComponentAttributePreInit.) |