Click or drag to resize
FormBuilderModelManager Class
Model binder used for binding values when submitting forms built via Form builder.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcFormBuilderModelManager

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

The FormBuilderModelManager type exposes the following members.

Constructors
  NameDescription
Public methodFormBuilderModelManager
Initializes a new instance of the FormBuilderModelManager class.
Top
Methods
  NameDescription
Public methodBindModelAsync
Binds form components according to data source used by formComponentBinder. Moreover components are validated and the model state is filled with any errors that occurred during validation.
Top
See Also