PageTemplateDefinition Properties |
The PageTemplateDefinition 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.) |
![]() | 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 page template properties model.
|
![]() | RouteName |
There is no route for page templates. The template markup is rendered directly.
(Overrides ComponentDefinitionRouteName.) |