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