KenticoFormSectionController Class |
Namespace: Kentico.Forms.Web.Mvc.Sections
public class KenticoFormSectionController : ControllerProxy
The KenticoFormSectionController type exposes the following members.
Name | Description | |
---|---|---|
![]() | KenticoFormSectionController |
Creates a new instance of KenticoFormSectionController.
|
Name | Description | |
---|---|---|
![]() ![]() | CONTROLLER_NAME |
Name of the controller handling all simple sections.
|
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.) |
![]() | Index |
Default action
|
![]() | 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.) |