FormCollectionModelBinder Constructors

Definition

Overloads

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.

FormCollectionModelBinder()

Source:
FormCollectionModelBinder.cs
Source:
FormCollectionModelBinder.cs

Caution

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

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.

public:
 FormCollectionModelBinder();
public FormCollectionModelBinder ();
[System.Obsolete("This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that takes an ILoggerFactory.")]
public FormCollectionModelBinder ();
Public Sub New ()
Attributes

Applies to

FormCollectionModelBinder(ILoggerFactory)

Source:
FormCollectionModelBinder.cs
Source:
FormCollectionModelBinder.cs

Initializes a new instance of FormCollectionModelBinder.

public:
 FormCollectionModelBinder(Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public FormCollectionModelBinder (Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinder : Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinder
Public Sub New (loggerFactory As ILoggerFactory)

Parameters

loggerFactory
ILoggerFactory

The ILoggerFactory.

Applies to