| SectionDefinition Class |
Namespace: Kentico.PageBuilder.Web.Mvc
public sealed class SectionDefinition : ComponentDefinition
The SectionDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| SectionDefinition |
Creates an instance of the SectionDefinition class.
|
| Name | Description | |
|---|---|---|
| ControllerFullName |
Gets the fully qualified name of the component controller type, including its namespace without the assembly name.
(Inherited from ComponentDefinition.) | |
| ControllerName |
Name of the controller derived from controller class name without the Controller suffix.
(Inherited from ComponentDefinition.) | |
| DefaultPropertiesActionName |
Name of the default properties action.
| |
| Description |
Description of the registered component.
(Inherited from ComponentDefinition.) | |
| IconClass |
Icon CSS class of the registered component.
(Inherited from ComponentDefinition.) | |
| Identifier |
Unique identifier of the component definition.
(Inherited from ComponentDefinitionBase.) | |
| Name |
Name of the registered component.
(Inherited from ComponentDefinitionBase.) | |
| PropertiesFormMarkupControllerName |
Name of the properties form markup controller.
| |
| PropertiesType |
Type of the registered section properties model.
| |
| RouteName |
Name of the route under which is the section available.
(Overrides ComponentDefinitionRouteName.) |