KenticoFormBuilderConfigurationController Class |
Namespace: Kentico.Forms.Web.Mvc.Internal
public class KenticoFormBuilderConfigurationController : ControllerProxy
The KenticoFormBuilderConfigurationController type exposes the following members.
Name | Description | |
---|---|---|
KenticoFormBuilderConfigurationController |
Initializes a new instance of the KenticoFormBuilderConfigurationController 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.) | |
Get |
Gets configuration of a form edited by Form builder.
| |
GetFormSectionDefaultProperties |
Gets default properties for a form section type.
| |
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.) | |
Set |
Sets configuration of a form edited by Form builder.
| |
StatusCode |
Creates an HttpStatusCodeResult by specifying a statusCode.
(Inherited from ControllerProxy.) | |
Unauthorized |
Creates an HttpStatusCodeResult that produces a Unauthorized response.
(Inherited from ControllerProxy.) |