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: 13.0.131
Syntax
C#
public TemplateResult()
Remarks
The page to render is retrieved from the router initialized context or manually initialized context using IPageDataContextInitializer.
See Also