Click or drag to resize
PageTemplateControllerTPropertiesType Constructor (IComponentPropertiesRetrieverTPropertiesType, ICurrentPageRetriever)

Namespace: Kentico.PageBuilder.Web.Mvc.PageTemplates
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
protected PageTemplateController(
	IComponentPropertiesRetriever<TPropertiesType> propertiesRetriever,
	ICurrentPageRetriever currentPageRetriever
)

Parameters

propertiesRetriever
Type: Kentico.PageBuilder.Web.MvcIComponentPropertiesRetrieverTPropertiesType
Retriever for page template properties.
currentPageRetriever
Type: Kentico.PageBuilder.Web.MvcICurrentPageRetriever
Retriever for current page where the page template is used.
Remarks
Use this constructor for tests to handle dependencies.
See Also