KenticoFormItemController Class |
Namespace: Kentico.Forms.Web.Mvc.Internal
public class KenticoFormItemController : Controller
The KenticoFormItemController type exposes the following members.
Name | Description | |
---|---|---|
KenticoFormItemController |
Initializes a new instance of the KenticoFormItemController class.
|
Name | Description | |
---|---|---|
EditItem |
Action renders page for editing or creating form record.
| |
PreviewItem |
Action renders a page containing components of form specified by formId and their values.
| |
Submit |
Action processes submitted forms from EditItem(Int32, NullableInt32) action.
|