Table of Contents

Class ControllerExtensions

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Class containing extension methods for Microsoft.AspNetCore.Mvc.Controller.

public static class ControllerExtensions
Inheritance
object
ControllerExtensions

Methods

CreateFormComponentBinder(Controller)

Creates a binder to bind form components from current request this controller is handling. Data for binding is taken from the request's form.

public static Task<IFormComponentBinder> CreateFormComponentBinder(this Controller controller)

Parameters

controller Controller

Returns

Task<IFormComponentBinder>