Table of Contents

Class UpdatableMvcForm

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Represents updatable MVC form.

public sealed class UpdatableMvcForm
Inheritance
object
UpdatableMvcForm
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()