FormCollectionModelBinder Class

Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder implementation to bind form values to Microsoft.AspNetCore.Http.IFormCollection.

Namespace
Microsoft.AspNetCore.Mvc.ModelBinding.Binders
Assemblies
  • Microsoft.AspNetCore.Mvc.Core

Syntax

public class FormCollectionModelBinder : IModelBinder
class Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinder

Methods

BindModelAsync(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext)
Return type:System.Threading.Tasks.Task
public Task BindModelAsync(ModelBindingContext bindingContext)