Click or drag to resize
ControllerExtensions Class
Class containing extension methods for Controller.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcControllerExtensions

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public static class ControllerExtensions

The ControllerExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateFormComponentBinder
Creates a binder to bind form components from current request this controller is handling. Data for binding is taken from the request's form.
Top
See Also