Click or drag to resize
UpdatableFormModelBinderAttribute Class
Annotate a parameter of a controller action with this attribute to use UpdatableFormModelBinder for its value binding.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CustomModelBinderAttribute
      Kentico.Forms.Web.MvcUpdatableFormModelBinderAttribute

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public sealed class UpdatableFormModelBinderAttribute : CustomModelBinderAttribute

The UpdatableFormModelBinderAttribute type exposes the following members.

Constructors
  NameDescription
Public methodUpdatableFormModelBinderAttribute
Top
Methods
  NameDescription
Public methodGetBinder
Retrieves an instance of UpdatableFormModelBinder.
(Overrides CustomModelBinderAttribute.GetBinder.)
Top
See Also