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

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 WidgetController : ComponentController

The WidgetController type exposes the following members.

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