Class UpdatableFormModelBinderAttribute
Annotate a parameter of a controller action with this attribute to use UpdatableFormModelBinder for its value binding.
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)]
public sealed class UpdatableFormModelBinderAttribute : Attribute
- Inheritance
-
objectAttributeUpdatableFormModelBinderAttribute
- Extension Methods
Constructors
UpdatableFormModelBinderAttribute()
public UpdatableFormModelBinderAttribute()
Properties
BinderType
public Type BinderType { get; }
Property Value
- Type
BindingSource
public BindingSource BindingSource { get; }
Property Value
- BindingSource