FormCollectionModelBinder Class

Definition

IModelBinder implementation to bind form values to IFormCollection.

public ref class FormCollectionModelBinder : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder
public class FormCollectionModelBinder : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder
type FormCollectionModelBinder = class
    interface IModelBinder
Public Class FormCollectionModelBinder
Implements IModelBinder
Inheritance
FormCollectionModelBinder
Implements

Constructors

FormCollectionModelBinder()
Obsolete.

This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that takes an ILoggerFactory.

Initializes a new instance of FormCollectionModelBinder.

FormCollectionModelBinder(ILoggerFactory)

Initializes a new instance of FormCollectionModelBinder.

Methods

BindModelAsync(ModelBindingContext)

Attempts to bind a model.

Applies to