Click or drag to resize
KenticoRouterPageController Class
Controller for serving a routed page.
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Kentico.Content.Web.Mvc.Routing.InternalPageController
        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 sealed class KenticoRouterPageController : PageController

The KenticoRouterPageController type exposes the following members.

Constructors
  NameDescription
Public methodKenticoRouterPageController
Creates an instance of the KenticoRouterPageController 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