Click or drag to resize
FormBuilderBindingContext Class
Class represents information to perform form component values binding.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcFormBuilderBindingContext

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

The FormBuilderBindingContext type exposes the following members.

Constructors
  NameDescription
Public methodFormBuilderBindingContext
Top
Properties
  NameDescription
Public propertyBizFormInfo
Form info of components being bound.
Public propertyContact
Gets or sets the current contact.
Public propertyExistingItem
Gets or sets filter used during model binding.
Public propertyPrefix
Prefix of the keys in the form collection. Value without trailing dot is expected. If null, no prefix is assumed.
Top
See Also