Partager via


ByteArrayModelBinder Constructeurs

Définition

Surcharges

ByteArrayModelBinder()
Obsolète.

Ce constructeur est obsolète et sera supprimé dans une version ultérieure. L’alternative recommandée est la surcharge qui prend un ILoggerFactory.

Initialise une nouvelle instance de ByteArrayModelBinder.

ByteArrayModelBinder(ILoggerFactory)

Initialise une nouvelle instance de ByteArrayModelBinder.

ByteArrayModelBinder()

Source:
ByteArrayModelBinder.cs
Source:
ByteArrayModelBinder.cs

Attention

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

Ce constructeur est obsolète et sera supprimé dans une version ultérieure. L’alternative recommandée est la surcharge qui prend un ILoggerFactory.

Initialise une nouvelle instance de 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 ()
Attributs

S’applique à

ByteArrayModelBinder(ILoggerFactory)

Source:
ByteArrayModelBinder.cs
Source:
ByteArrayModelBinder.cs
Source:
ByteArrayModelBinder.cs

Initialise une nouvelle instance de 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)

Paramètres

loggerFactory
ILoggerFactory

L’ILoggerFactoryopérateur

S’applique à