次の方法で共有


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 の新しいインスタンスを初期化します。

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

適用対象