Click or drag to resize
SectionController Class
Base class for Page builder section controller without properties.
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Kentico.PageBuilder.Web.MvcComponentController
        Kentico.PageBuilder.Web.MvcSectionController

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

The SectionController type exposes the following members.

Constructors
  NameDescription
Protected methodSectionController
Creates an instance of SectionController class.
Protected methodSectionController(ICurrentPageRetriever)
Creates an instance of SectionController class.
Top
Methods
  NameDescription
Protected methodGetPage
Gets the page where the component is placed.
(Inherited from ComponentController.)
Top
See Also