Class EditablePropertiesBindingContext
Class containing necessary data to perform model binding for editable properties form components.
public class EditablePropertiesBindingContext
- Inheritance
-
objectEditablePropertiesBindingContext
- Extension Methods
Properties
FormComponentContext
Contextual information specifying where the form components representing the Model are being used.
public FormComponentContext FormComponentContext { get; set; }
Property Value
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