CollectionModelBinder<TElement> コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CollectionModelBinder<TElement>(IModelBinder) |
古い.
このコンストラクターは廃止され、将来のバージョンで削除される予定です。 推奨される代替手段は、 を受け取る ILoggerFactoryオーバーロードです。 新しい CollectionModelBinder<TElement> を作成します。 |
CollectionModelBinder<TElement>(IModelBinder, ILoggerFactory) |
新しい CollectionModelBinder<TElement> を作成します。 |
CollectionModelBinder<TElement>(IModelBinder, ILoggerFactory, Boolean) |
新しい CollectionModelBinder<TElement> を作成します。 |
CollectionModelBinder<TElement>(IModelBinder, ILoggerFactory, Boolean, MvcOptions) |
新しい CollectionModelBinder<TElement> を作成します。 |
CollectionModelBinder<TElement>(IModelBinder)
注意事項
This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that also takes an ILoggerFactory.
このコンストラクターは廃止され、将来のバージョンで削除される予定です。 推奨される代替手段は、 を受け取る ILoggerFactoryオーバーロードです。
新しい CollectionModelBinder<TElement> を作成します。
public:
CollectionModelBinder(Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder ^ elementBinder);
public CollectionModelBinder (Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder elementBinder);
[System.Obsolete("This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that also takes an ILoggerFactory.")]
public CollectionModelBinder (Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder elementBinder);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinder<'Element> : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinder<'Element>
[<System.Obsolete("This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that also takes an ILoggerFactory.")>]
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinder<'Element> : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinder<'Element>
Public Sub New (elementBinder As IModelBinder)
パラメーター
- elementBinder
- IModelBinder
IModelBinderバインド要素の 。
- 属性
適用対象
CollectionModelBinder<TElement>(IModelBinder, ILoggerFactory)
新しい CollectionModelBinder<TElement> を作成します。
public:
CollectionModelBinder(Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder ^ elementBinder, Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public CollectionModelBinder (Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder elementBinder, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinder<'Element> : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder * Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinder<'Element>
Public Sub New (elementBinder As IModelBinder, loggerFactory As ILoggerFactory)
パラメーター
- elementBinder
- IModelBinder
IModelBinderバインドTElement
の 。
- loggerFactory
- ILoggerFactory
注釈
バインドされていない最上位モデルが の場合IsBindingRequiredtrue
でも、バインダーはエラーを追加しません。
適用対象
CollectionModelBinder<TElement>(IModelBinder, ILoggerFactory, Boolean)
新しい CollectionModelBinder<TElement> を作成します。
public:
CollectionModelBinder(Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder ^ elementBinder, Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory, bool allowValidatingTopLevelNodes);
public CollectionModelBinder (Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder elementBinder, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory, bool allowValidatingTopLevelNodes);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinder<'Element> : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder * Microsoft.Extensions.Logging.ILoggerFactory * bool -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinder<'Element>
Public Sub New (elementBinder As IModelBinder, loggerFactory As ILoggerFactory, allowValidatingTopLevelNodes As Boolean)
パラメーター
- elementBinder
- IModelBinder
IModelBinderバインドTElement
の 。
- loggerFactory
- ILoggerFactory
- allowValidatingTopLevelNodes
- Boolean
最上位モデルの検証が有効になっていることを示します。 と IsBindingRequired がtrue
最上位モデルの場合true
、モデルがバインドされていないときにバインダーによってエラーが追加ModelStateDictionaryされます。
適用対象
CollectionModelBinder<TElement>(IModelBinder, ILoggerFactory, Boolean, MvcOptions)
新しい CollectionModelBinder<TElement> を作成します。
public:
CollectionModelBinder(Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder ^ elementBinder, Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory, bool allowValidatingTopLevelNodes, Microsoft::AspNetCore::Mvc::MvcOptions ^ mvcOptions);
public CollectionModelBinder (Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder elementBinder, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory, bool allowValidatingTopLevelNodes, Microsoft.AspNetCore.Mvc.MvcOptions mvcOptions);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinder<'Element> : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder * Microsoft.Extensions.Logging.ILoggerFactory * bool * Microsoft.AspNetCore.Mvc.MvcOptions -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinder<'Element>
Public Sub New (elementBinder As IModelBinder, loggerFactory As ILoggerFactory, allowValidatingTopLevelNodes As Boolean, mvcOptions As MvcOptions)
パラメーター
- elementBinder
- IModelBinder
IModelBinderバインドTElement
の 。
- loggerFactory
- ILoggerFactory
- allowValidatingTopLevelNodes
- Boolean
最上位モデルの検証が有効になっていることを示します。 と IsBindingRequired がtrue
最上位モデルの場合true
、モデルがバインドされていないときにバインダーによってエラーが追加ModelStateDictionaryされます。
- mvcOptions
- MvcOptions
注釈
これが推奨される CollectionModelBinder<TElement> コンストラクターです。