Click or drag to resize
IFormComponentModelBinder Interface

Note: This API is now obsolete.

Defines methods for binding form data to FormComponent.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("The interface and its implementations are obsolete use 'Kentico.Forms.Web.Mvc.IFormComponentBinder' instead. To acquire a default implementation use 'Kentico.Forms.Web.Mvc.ControllerExtensions.CreateFormComponentBinder(System.Web.Mvc.Controller)' method.", 
	true)]
public interface IFormComponentModelBinder

The IFormComponentModelBinder type exposes the following members.

Methods
  NameDescription
Public methodBindComponent
Binds all properties of specified component. Also validates resulting component value.
Top
See Also