Click or drag to resize
KenticoPageBuilderPageController Class
System controller for pages built using page builder feature.
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Kentico.Content.Web.Mvc.Routing.InternalPageController
        Kentico.Content.Web.Mvc.Routing.InternalKenticoPageBuilderPageController

Namespace: Kentico.Content.Web.Mvc.Routing.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public sealed class KenticoPageBuilderPageController : PageController

The KenticoPageBuilderPageController type exposes the following members.

Constructors
  NameDescription
Public methodKenticoPageBuilderPageController
Creates an instance of the KenticoPageBuilderPageController class.
Top
Fields
  NameDescription
Protected fieldpageDataContextRetriever
Page data context retriever.
(Inherited from PageController.)
Top
Methods
  NameDescription
Protected methodGetCustomViewResult
Gets view result based on given custom view path.
(Inherited from PageController.)
Public methodIndex
Renders page based on current context.
Protected methodTryGetExistingCustomViewPath
Gets existing custom view path.
(Inherited from PageController.)
Top
Extension Methods
  NameDescription
Public Extension MethodCreateFormComponentBinder
Creates a binder to bind form components from current request this controller is handling. Data for binding is taken from the request's form.
(Defined by ControllerExtensions.)
Top
See Also