Click or drag to resize
PageTemplateControllerTPropertiesType Class
Base class for Page builder page template controller with custom properties of type TPropertiesType.
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Kentico.PageBuilder.Web.MvcComponentController
        Kentico.PageBuilder.Web.MvcComponentControllerTPropertiesType
          Kentico.PageBuilder.Web.Mvc.PageTemplatesPageTemplateControllerTPropertiesType

Namespace: Kentico.PageBuilder.Web.Mvc.PageTemplates
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public abstract class PageTemplateController<TPropertiesType> : ComponentController<TPropertiesType>
where TPropertiesType : class, new(), IPageTemplateProperties

Type Parameters

TPropertiesType

The PageTemplateControllerTPropertiesType type exposes the following members.

Constructors
  NameDescription
Protected methodPageTemplateControllerTPropertiesType
Creates an instance of PageTemplateControllerTPropertiesType class.
Protected methodPageTemplateControllerTPropertiesType(IComponentPropertiesRetrieverTPropertiesType, ICurrentPageRetriever)
Creates an instance of PageTemplateControllerTPropertiesType class.
Top
Methods
See Also