Click or drag to resize
PageController Class
System controller for pages handled by page router feature.
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Kentico.Content.Web.Mvc.Routing.InternalPageController
        Kentico.Content.Web.Mvc.Routing.InternalKenticoPageBuilderPageController
        Kentico.Content.Web.Mvc.Routing.InternalKenticoRouterPageController

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 abstract class PageController : Controller

The PageController type exposes the following members.

Constructors
  NameDescription
Protected methodPageController
Creates an instance of the PageController class.
Top
Fields
  NameDescription
Protected fieldpageDataContextRetriever
Page data context retriever.
Top
Methods
  NameDescription
Protected methodGetCustomViewResult
Gets view result based on given custom view path.
Protected methodTryGetExistingCustomViewPath
Gets existing custom view path.
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