共用方式為


FormCollectionModelBinder 建構函式

定義

多載

FormCollectionModelBinder()
已淘汰.

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

初始化 FormCollectionModelBinder 的新執行個體。

FormCollectionModelBinder(ILoggerFactory)

初始化 FormCollectionModelBinder 的新執行個體。

FormCollectionModelBinder()

來源:
FormCollectionModelBinder.cs
來源:
FormCollectionModelBinder.cs

警告

This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that takes an ILoggerFactory.

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

初始化 FormCollectionModelBinder 的新執行個體。

public:
 FormCollectionModelBinder();
public FormCollectionModelBinder ();
[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 FormCollectionModelBinder ();
Public Sub New ()
屬性

適用於

FormCollectionModelBinder(ILoggerFactory)

來源:
FormCollectionModelBinder.cs
來源:
FormCollectionModelBinder.cs
來源:
FormCollectionModelBinder.cs

初始化 FormCollectionModelBinder 的新執行個體。

public:
 FormCollectionModelBinder(Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public FormCollectionModelBinder (Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinder : Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinder
Public Sub New (loggerFactory As ILoggerFactory)

參數

loggerFactory
ILoggerFactory

ILoggerFactory

適用於