Class UpdatableMvcForm
Represents updatable MVC form.
public sealed class UpdatableMvcForm
- Inheritance
-
objectUpdatableMvcForm
- Extension Methods
Fields
NOT_OBSERVED_ELEMENT_ATTRIBUTE_NAME
Name of data attribute which marks an input as not being observed for changes.
public const string NOT_OBSERVED_ELEMENT_ATTRIBUTE_NAME = "data-ktc-notobserved-element"
Field Value
- string
UPDATE_TARGET_ID
Name of data attribute which marks an element that is used to be replaced by HTML received from the server.
public const string UPDATE_TARGET_ID = "data-ktc-ajax-update"
Field Value
- string
Methods
Dispose()
Release resources used by the current instance.
public void Dispose()