Click or drag to resize
SectionController Class
Base class for Page builder section controller without properties.
Inheritance Hierarchy
System.Object
  ControllerBase
    Controller
      Kentico.PageBuilder.Web.Mvc.ComponentController
        Kentico.PageBuilder.Web.Mvc.SectionController

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