FormFileModelBinder Constructors

Definition

Overloads

FormFileModelBinder()
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 FormFileModelBinder.

FormFileModelBinder(ILoggerFactory)

Initializes a new instance of FormFileModelBinder.

FormFileModelBinder()

Source:
FormFileModelBinder.cs
Source:
FormFileModelBinder.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 FormFileModelBinder.

public:
 FormFileModelBinder();
public FormFileModelBinder ();
[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 FormFileModelBinder ();
Public Sub New ()
Attributes

Applies to

FormFileModelBinder(ILoggerFactory)

Source:
FormFileModelBinder.cs
Source:
FormFileModelBinder.cs

Initializes a new instance of FormFileModelBinder.

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

Parameters

loggerFactory
ILoggerFactory

The ILoggerFactory.

Applies to