Table of Contents

Class FormBuilderBindingContext

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Class represents information to perform form component values binding.

public class FormBuilderBindingContext
Inheritance
object
FormBuilderBindingContext
Extension Methods

Properties

BizFormInfo

Form info of components being bound.

public BizFormInfo BizFormInfo { get; set; }

Property Value

BizFormInfo

Contact

Gets or sets the current contact.

public ContactInfo Contact { get; set; }

Property Value

ContactInfo

ExistingItem

Gets or sets filter used during model binding.

public BizFormItem ExistingItem { get; set; }

Property Value

BizFormItem

Prefix

Prefix of the keys in the form collection. Value without trailing dot is expected. If null, no prefix is assumed.

public string Prefix { get; set; }

Property Value

string