KenticoFormItemController Class |
Namespace: Kentico.Forms.Web.Mvc.Internal
public class KenticoFormItemController : ControllerProxy
The KenticoFormItemController type exposes the following members.
Name | Description | |
---|---|---|
KenticoFormItemController |
Initializes a new instance of the KenticoFormItemController class.
|
Name | Description | |
---|---|---|
BadRequest |
Creates an HttpStatusCodeResult that produces a BadRequest response.
(Inherited from ControllerProxy.) | |
EditItem |
Action renders page for editing or creating form record.
| |
Forbid |
Creates an HttpStatusCodeResult that produces a Forbidden response.
(Inherited from ControllerProxy.) | |
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.) | |
PreviewItem |
Action renders a page containing components of form specified by formId and their values.
| |
StatusCode |
Creates an HttpStatusCodeResult by specifying a statusCode.
(Inherited from ControllerProxy.) | |
Submit |
Action processes submitted forms from EditItem(Int32, Int32) action.
| |
Unauthorized |
Creates an HttpStatusCodeResult that produces a Unauthorized response.
(Inherited from ControllerProxy.) |