ByteArrayModelBinder Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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.