Click or drag to resize
IFormBuilderModelManager Interface
Defines a contract to perform model binding for form components.

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

The IFormBuilderModelManager type exposes the following members.

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