ComponentDefinition Class |
Namespace: Kentico.PageBuilder.Web.Mvc
public abstract class ComponentDefinition : ComponentDefinitionBase
The ComponentDefinition type exposes the following members.
Name | Description | |
---|---|---|
![]() | ComponentDefinition |
Creates an instance of the ComponentDefinition class.
|
Name | Description | |
---|---|---|
![]() | ControllerFullName |
Gets the fully qualified name of the component controller type, including its namespace without the assembly name.
|
![]() | ControllerName |
Name of the controller derived from controller class name without the Controller suffix.
|
![]() | Description |
Description of the registered component.
|
![]() | IconClass |
Icon CSS class of the registered component.
|
![]() | Identifier |
Unique identifier of the component definition.
(Inherited from ComponentDefinitionBase.) |
![]() | Name |
Name of the registered component.
(Inherited from ComponentDefinitionBase.) |
![]() | RouteName |
Name of the route under which is the component available.
|