Click or drag to resize
TemplateResultExecuteResult Method
Executes page rendering with the appropriate template page.

Namespace: Kentico.PageBuilder.Web.Mvc.PageTemplates
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public override void ExecuteResult(
	ControllerContext context
)

Parameters

context
Type: ControllerContext
The context that the result is executed in.
See Also