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

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

The KenticoFormItemController type exposes the following members.

Constructors
  NameDescription
Public methodKenticoFormItemController
Initializes a new instance of the KenticoFormItemController class.
Top
Methods
  NameDescription
Protected methodBadRequest
Creates an HttpStatusCodeResult that produces a BadRequest response.
(Inherited from ControllerProxy.)
Public methodEditItem
Action renders page for editing or creating form record.
Protected methodForbid
Creates an HttpStatusCodeResult that produces a Forbidden response.
(Inherited from ControllerProxy.)
Protected methodJson
Creates an ContentResult that produces a response with content type 'application/json'.
(Inherited from ControllerProxy.)
Protected methodNotFound
Creates an HttpStatusCodeResult that produces a NotFound response.
(Inherited from ControllerProxy.)
Public methodPreviewItem
Action renders a page containing components of form specified by formId and their values.
Protected methodStatusCode
Creates an HttpStatusCodeResult by specifying a statusCode.
(Inherited from ControllerProxy.)
Public methodSubmit
Action processes submitted forms from EditItem(Int32, Int32) action.
Protected methodUnauthorized
Creates an HttpStatusCodeResult that produces a Unauthorized response.
(Inherited from ControllerProxy.)
Top
See Also