Click or drag to resize
KenticoComponentDefaultController Class
Default controller for Page builder component.
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Kentico.PageBuilder.Web.MvcComponentController
        Kentico.PageBuilder.Web.Mvc.InternalKenticoComponentDefaultController

Namespace: Kentico.PageBuilder.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public sealed class KenticoComponentDefaultController : ComponentController

The KenticoComponentDefaultController type exposes the following members.

Constructors
  NameDescription
Public methodKenticoComponentDefaultController
Top
Methods
  NameDescription
Protected methodGetPage
Gets the page where the component is placed.
(Inherited from ComponentController.)
Public methodIndex
Default action for markup retrieval.
Top
See Also