Click or drag to resize
KenticoFormWidgetController Class
Form widget controller
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Kentico.PageBuilder.Web.MvcComponentController
        Kentico.PageBuilder.Web.MvcComponentControllerFormWidgetProperties
          Kentico.PageBuilder.Web.MvcWidgetControllerFormWidgetProperties
            Kentico.Forms.Web.Mvc.WidgetsKenticoFormWidgetController

Namespace: Kentico.Forms.Web.Mvc.Widgets
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public class KenticoFormWidgetController : WidgetController<FormWidgetProperties>

The KenticoFormWidgetController type exposes the following members.

Constructors
Fields
  NameDescription
Public fieldStatic memberWIDGET_IDENTIFIER
Form widget identifier.
Top
Methods
  NameDescription
Public methodFormSubmit
Action processing submission of a form.
Protected methodGetMacroResolver
Returns MacroResolver instance containing form fields data.
Protected methodGetPage
Gets the page where the component is placed.
(Inherited from ComponentController.)
Protected methodGetProperties
Gets properties of a component based on TPropertiesType type.
(Inherited from ComponentControllerTPropertiesType.)
Public methodIndex
Default controller action
Top
See Also