Click or drag to resize
PageTemplateController Class
Base class for Page builder page template controller without properties.
Inheritance Hierarchy

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 : ComponentController

The PageTemplateController type exposes the following members.

Constructors
  NameDescription
Protected methodPageTemplateController
Creates an instance of PageTemplateController class.
Protected methodPageTemplateController(ICurrentPageRetriever)
Creates an instance of PageTemplateController class.
Top
Methods
  NameDescription
Protected methodGetPage
Gets the page where the component is placed.
(Inherited from ComponentController.)
Top
See Also