ViewCustomizableComponentDefinition Properties |
The ViewCustomizableComponentDefinition type exposes the following members.
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.
|