IFormComponentModelBinder Interface |
Note: This API is now obsolete.
Namespace: Kentico.Forms.Web.Mvc
[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.
Name | Description | |
---|---|---|
BindComponent |
Binds all properties of specified component.
Also validates resulting component value.
|