Class ControllerExtensions
Class containing extension methods for Microsoft.AspNetCore.Mvc.Controller.
public static class ControllerExtensions
- Inheritance
-
objectControllerExtensions
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>