| ComponentControllerTPropertiesType Class |
Namespace: Kentico.PageBuilder.Web.Mvc
public abstract class ComponentController<TPropertiesType> : ComponentController where TPropertiesType : class, new(), IComponentProperties
The ComponentControllerTPropertiesType type exposes the following members.
| Name | Description | |
|---|---|---|
| ComponentControllerTPropertiesType |
Creates an instance of ComponentControllerTPropertiesType class.
| |
| ComponentControllerTPropertiesType(IComponentPropertiesRetrieverTPropertiesType, ICurrentPageRetriever) |
Creates an instance of ComponentControllerTPropertiesType 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.
|