Table of Contents

Class UpdatableFormModelBinderAttribute

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

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
object
Attribute
UpdatableFormModelBinderAttribute
Extension Methods

Constructors

UpdatableFormModelBinderAttribute()

public UpdatableFormModelBinderAttribute()

Properties

BinderType

public Type BinderType { get; }

Property Value

Type

BindingSource

public BindingSource BindingSource { get; }

Property Value

BindingSource