WidgetControllerTPropertiesType Class |
Namespace: Kentico.PageBuilder.Web.Mvc
public abstract class WidgetController<TPropertiesType> : ComponentController<TPropertiesType> where TPropertiesType : class, new(), IWidgetProperties
The WidgetControllerTPropertiesType type exposes the following members.
Name | Description | |
---|---|---|
WidgetControllerTPropertiesType |
Creates an instance of WidgetControllerTPropertiesType class.
| |
WidgetControllerTPropertiesType(IComponentPropertiesRetrieverTPropertiesType, ICurrentPageRetriever) |
Creates an instance of WidgetControllerTPropertiesType class.
| |
WidgetControllerTPropertiesType(IWidgetPropertiesRetrieverTPropertiesType, ICurrentPageRetriever) | Obsolete.
Creates an instance of WidgetControllerTPropertiesType class.
|
Name | Description | |
---|---|---|
GetPage |
Gets the page where the component is placed.
(Inherited from ComponentController.) | |
GetProperties |
Gets properties of a component based on TPropertiesType type.
(Inherited from ComponentControllerTPropertiesType.) |