ArrayModelBinder<TElement> コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ArrayModelBinder<TElement>(IModelBinder) |
古い.
このコンストラクターは廃止され、今後のバージョンで削除される予定です。 推奨される代替手段は、 も受け取るオーバーロードです ILoggerFactory。 新しい ArrayModelBinder<TElement> を作成します。 |
ArrayModelBinder<TElement>(IModelBinder, ILoggerFactory) |
新しい ArrayModelBinder<TElement> を作成します。 |
ArrayModelBinder<TElement>(IModelBinder, ILoggerFactory, Boolean) |
新しい ArrayModelBinder<TElement> を作成します。 |
ArrayModelBinder<TElement>(IModelBinder, ILoggerFactory, Boolean, MvcOptions) |
新しい ArrayModelBinder<TElement> を作成します。 |
ArrayModelBinder<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。
新しい ArrayModelBinder<TElement> を作成します。
public:
ArrayModelBinder(Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder ^ elementBinder);
public ArrayModelBinder (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 ArrayModelBinder (Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder elementBinder);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinder<'Element> : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinder<'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.ArrayModelBinder<'Element> : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinder<'Element>
Public Sub New (elementBinder As IModelBinder)
パラメーター
- elementBinder
- IModelBinder
IModelBinderバインドTElement
の 。
- 属性
適用対象
ArrayModelBinder<TElement>(IModelBinder, ILoggerFactory)
新しい ArrayModelBinder<TElement> を作成します。
public:
ArrayModelBinder(Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder ^ elementBinder, Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public ArrayModelBinder (Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder elementBinder, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinder<'Element> : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder * Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinder<'Element>
Public Sub New (elementBinder As IModelBinder, loggerFactory As ILoggerFactory)
パラメーター
- elementBinder
- IModelBinder
IModelBinderバインドTElement
の 。
- loggerFactory
- ILoggerFactory
注釈
が であっても、バインドされていない最上位モデル IsBindingRequired のエラーはバインダーによって true
追加されません。
適用対象
ArrayModelBinder<TElement>(IModelBinder, ILoggerFactory, Boolean)
新しい ArrayModelBinder<TElement> を作成します。
public:
ArrayModelBinder(Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder ^ elementBinder, Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory, bool allowValidatingTopLevelNodes);
public ArrayModelBinder (Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder elementBinder, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory, bool allowValidatingTopLevelNodes);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinder<'Element> : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder * Microsoft.Extensions.Logging.ILoggerFactory * bool -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinder<'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されます。
注釈
パラメーターは allowValidatingTopLevelNodes
現在無視されています。
Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinder`1.AllowValidatingTopLevelNodes は常に true
にあります ArrayModelBinder<TElement>。
適用対象
ArrayModelBinder<TElement>(IModelBinder, ILoggerFactory, Boolean, MvcOptions)
新しい ArrayModelBinder<TElement> を作成します。
public:
ArrayModelBinder(Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder ^ elementBinder, Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory, bool allowValidatingTopLevelNodes, Microsoft::AspNetCore::Mvc::MvcOptions ^ mvcOptions);
public ArrayModelBinder (Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder elementBinder, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory, bool allowValidatingTopLevelNodes, Microsoft.AspNetCore.Mvc.MvcOptions mvcOptions);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinder<'Element> : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder * Microsoft.Extensions.Logging.ILoggerFactory * bool * Microsoft.AspNetCore.Mvc.MvcOptions -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinder<'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
注釈
これは推奨される ArrayModelBinder<TElement> コンストラクターです。
パラメーターは allowValidatingTopLevelNodes
現在無視されています。
Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinder`1.AllowValidatingTopLevelNodes は常に true
にあります ArrayModelBinder<TElement>。