Click or drag to resize
TemplateResult Class
Represents a class that is used to render a page by using the appropriate page template.
Inheritance Hierarchy
SystemObject
  ActionResult
    Kentico.PageBuilder.Web.Mvc.PageTemplatesTemplateResult

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

The TemplateResult type exposes the following members.

Constructors
  NameDescription
Public methodTemplateResult
Creates an instance of the TemplateResult class.
Top
Methods
  NameDescription
Public methodExecuteResult
Executes page rendering with the appropriate template page.
(Overrides ActionResult.ExecuteResult(ControllerContext).)
Top
See Also