ByteArrayModelBinder Constructors

Definition

Overloads

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

ByteArrayModelBinder(ILoggerFactory)

Initializes a new instance of ByteArrayModelBinder.

ByteArrayModelBinder()

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

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

Applies to

ByteArrayModelBinder(ILoggerFactory)

Source:
ByteArrayModelBinder.cs
Source:
ByteArrayModelBinder.cs

Initializes a new instance of ByteArrayModelBinder.

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

Parameters

loggerFactory
ILoggerFactory

The ILoggerFactory.

Applies to