共用方式為


ByteArrayModelBinder 建構函式

定義

多載

ByteArrayModelBinder()
已淘汰.

此建構函式已經過時,將會在未來版本中移除。 建議的替代方法是採用 ILoggerFactory 的多載。

初始化 ByteArrayModelBinder 的新執行個體。

ByteArrayModelBinder(ILoggerFactory)

初始化 ByteArrayModelBinder 的新執行個體。

ByteArrayModelBinder()

來源:
ByteArrayModelBinder.cs
來源:
ByteArrayModelBinder.cs

警告

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

初始化 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

ILoggerFactory

適用於