Click or drag to resize
FormWidgetForm Class
Represents a form element used in Forms widget.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.Mvc.Widgets.InternalFormWidgetForm

Namespace: Kentico.Forms.Web.Mvc.Widgets.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public sealed class FormWidgetForm : IDisposable

The FormWidgetForm type exposes the following members.

Constructors
  NameDescription
Public methodFormWidgetForm
Creates new instance of FormWidgetForm.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources that are used by the current instance of the FormWidgetForm class.
Top
See Also