PageTemplateControllerTPropertiesType Class |
Namespace: Kentico.PageBuilder.Web.Mvc.PageTemplates
public abstract class PageTemplateController<TPropertiesType> : ComponentController<TPropertiesType> where TPropertiesType : class, new(), IPageTemplateProperties
The PageTemplateControllerTPropertiesType type exposes the following members.
Name | Description | |
---|---|---|
PageTemplateControllerTPropertiesType |
Creates an instance of PageTemplateControllerTPropertiesType class.
| |
PageTemplateControllerTPropertiesType(IComponentPropertiesRetrieverTPropertiesType, ICurrentPageRetriever) |
Creates an instance of PageTemplateControllerTPropertiesType class.
|
Name | Description | |
---|---|---|
GetPage |
Gets the page where the component is placed.
(Inherited from ComponentController.) | |
GetProperties |
Gets properties of a component based on TPropertiesType type.
(Inherited from ComponentControllerTPropertiesType.) |