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) | Obsolete.
Creates an instance of SectionControllerTPropertiesType class.
|
Name | Description | |
---|---|---|
BadRequest |
Creates an HttpStatusCodeResult that produces a BadRequest response.
(Inherited from ControllerProxy.) | |
Forbid |
Creates an HttpStatusCodeResult that produces a Forbidden response.
(Inherited from ControllerProxy.) | |
GetPage | Obsolete.
Gets the page where the component is placed.
(Inherited from ComponentController.) | |
GetProperties | Obsolete.
Gets properties of a component based on TPropertiesType type.
(Inherited from ComponentControllerTPropertiesType.) | |
Json |
Creates an ContentResult that produces a response with content type 'application/json'.
(Inherited from ControllerProxy.) | |
NotFound |
Creates an HttpStatusCodeResult that produces a NotFound response.
(Inherited from ControllerProxy.) | |
StatusCode |
Creates an HttpStatusCodeResult by specifying a statusCode.
(Inherited from ControllerProxy.) | |
Unauthorized |
Creates an HttpStatusCodeResult that produces a Unauthorized response.
(Inherited from ControllerProxy.) |