Click or drag to resize
KenticoFormItemController Class
Provides endpoint for rendering form builder forms with submitted values.
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Kentico.Forms.Web.Mvc.InternalKenticoFormItemController

Namespace: Kentico.Forms.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public class KenticoFormItemController : Controller

The KenticoFormItemController type exposes the following members.

Constructors
  NameDescription
Public methodKenticoFormItemController
Initializes a new instance of the KenticoFormItemController class.
Top
Methods
  NameDescription
Public methodEditItem
Action renders page for editing or creating form record.
Public methodPreviewItem
Action renders a page containing components of form specified by formId and their values.
Public methodSubmit
Top
See Also