Click or drag to resize
UpdatableMvcForm Class
Represents updatable MVC form.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcUpdatableMvcForm

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

The UpdatableMvcForm type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberNOT_OBSERVED_ELEMENT_ATTRIBUTE_NAME
Name of data attribute which marks an input as not being observed for changes.
Public fieldStatic memberUPDATE_TARGET_ID
Name of data attribute which marks an element that is used to be replaced by HTML received from the server.
Top
Methods
  NameDescription
Public methodDispose
Release resources used by the current instance.
Top
See Also