ByteArrayModelBinder Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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