Click or drag to resize
UpdatableFormModelBinder Class
Model binder used for binding contextual data required when updating form's markup e.g. applying visibility conditions.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcUpdatableFormModelBinder

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public class UpdatableFormModelBinder : IModelBinder

The UpdatableFormModelBinder type exposes the following members.

Constructors
  NameDescription
Public methodUpdatableFormModelBinder
Top
Methods
  NameDescription
Public methodBindModel
Method called automatically when parameter is annotated with with type set to this binder.
Top
See Also