Table of Contents

Class EditablePropertiesBindingContext

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

Class containing necessary data to perform model binding for editable properties form components.

public class EditablePropertiesBindingContext
Inheritance
object
EditablePropertiesBindingContext
Extension Methods

Constructors

EditablePropertiesBindingContext()

public EditablePropertiesBindingContext()

Properties

FormComponentContext

Contextual information specifying where the form components representing the Model are being used.

public FormComponentContext FormComponentContext { get; set; }

Property Value

FormComponentContext

Model

Instance to which bind data from request.

public object Model { get; set; }

Property Value

object

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