ViewCustomizableComponentDefinition Class |
Namespace: Kentico.PageBuilder.Web.Mvc
public abstract class ViewCustomizableComponentDefinition : ComponentDefinition
The ViewCustomizableComponentDefinition type exposes the following members.
Name | Description | |
---|---|---|
ViewCustomizableComponentDefinition |
Creates an instance of ViewCustomizableComponentDefinition class.
| |
ViewCustomizableComponentDefinition(String, Type, String, String, String) |
Creates a definition of a component which uses a custom controller for rendering.
| |
ViewCustomizableComponentDefinition(String, String, String, String, String, Type) |
Creates a definition of a simple component which uses a custom view for rendering.
|
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.) | |
DefaultViewSubFolderName |
Folder used to locate the view when specific path is not provided via constructor.
| |
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.) | |
IsCustom |
Indicates whether specific view was provided via constructor, or the system should look for the view in default location.
| |
Name |
Name of the registered component.
(Inherited from ComponentDefinitionBase.) | |
RouteName |
Name of the route under which is the component available.
(Inherited from ComponentDefinition.) | |
ViewComponentType |
Type of the view component to be rendered.
| |
ViewPath |
Path of the view to be rendered.
|