Click or drag to resize
EditablePropertiesBindingContext Class
Class containing necessary data to perform model binding for editable properties form components.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcEditablePropertiesBindingContext

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

The EditablePropertiesBindingContext type exposes the following members.

Constructors
  NameDescription
Public methodEditablePropertiesBindingContext
Top
Properties
  NameDescription
Public propertyFormComponentContext
Contextual information specifying where the form components representing the Model are being used.
Public propertyModel
Instance to which bind data from request.
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