Click or drag to resize
WidgetControllerTPropertiesType Class
Base class for Page builder widget controller with custom properties of type TPropertiesType.
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Kentico.PageBuilder.Web.MvcComponentController
        Kentico.PageBuilder.Web.MvcComponentControllerTPropertiesType
          Kentico.PageBuilder.Web.MvcWidgetControllerTPropertiesType
            Kentico.Forms.Web.Mvc.WidgetsKenticoFormWidgetController

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<TPropertiesType> : ComponentController<TPropertiesType>
where TPropertiesType : class, new(), IWidgetProperties

Type Parameters

TPropertiesType
The properties type of the widget.

The WidgetControllerTPropertiesType type exposes the following members.

Constructors
  NameDescription
Protected methodWidgetControllerTPropertiesType
Creates an instance of WidgetControllerTPropertiesType class.
Protected methodWidgetControllerTPropertiesType(IComponentPropertiesRetrieverTPropertiesType, ICurrentPageRetriever)
Creates an instance of WidgetControllerTPropertiesType class.
Protected methodWidgetControllerTPropertiesType(IWidgetPropertiesRetrieverTPropertiesType, ICurrentPageRetriever) Obsolete.
Creates an instance of WidgetControllerTPropertiesType class.
Top
Methods
See Also