ByteArrayModelBinder 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ByteArrayModelBinder() |
已淘汰.
此建構函式已經過時,將會在未來版本中移除。 建議的替代方法是採用 ILoggerFactory 的多載。 初始化 ByteArrayModelBinder 的新執行個體。 |
ByteArrayModelBinder(ILoggerFactory) |
初始化 ByteArrayModelBinder 的新執行個體。 |
ByteArrayModelBinder()
警告
This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that takes an ILoggerFactory.
此建構函式已經過時,將會在未來版本中移除。 建議的替代方法是採用 ILoggerFactory 的多載。
初始化 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 ()
- 屬性
適用於
ByteArrayModelBinder(ILoggerFactory)
初始化 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)
參數
- loggerFactory
- ILoggerFactory