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

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

The UpdatableFormWithConfiguratorsModelBinderAttribute type exposes the following members.

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