Click or drag to resize
UpdatableFormWithConfiguratorsModelBinder 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.Mvc.InternalUpdatableFormWithConfiguratorsModelBinder

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

The UpdatableFormWithConfiguratorsModelBinder type exposes the following members.

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