Click or drag to resize
TemplateResult Constructor
Creates an instance of the TemplateResult class.

Namespace: Kentico.PageBuilder.Web.Mvc.PageTemplates
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public TemplateResult(
	int pageId
)

Parameters

pageId
Type: SystemInt32
Identifier of the page to render.
See Also