WidgetDefinition Class |
Namespace: Kentico.PageBuilder.Web.Mvc
public sealed class WidgetDefinition : ComponentDefinition
The WidgetDefinition type exposes the following members.
Name | Description | |
---|---|---|
WidgetDefinition |
Creates an instance of the WidgetDefinition 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 widget properties model.
| |
RouteName |
Name of the route under which is the widget available.
(Overrides ComponentDefinitionRouteName.) |