次の方法で共有


ArrayModelBinder<TElement> コンストラクター

定義

オーバーロード

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)

ソース:
ArrayModelBinder.cs
ソース:
ArrayModelBinder.cs

注意事項

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.cs
ソース:
ArrayModelBinder.cs
ソース:
ArrayModelBinder.cs

新しい 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

ILoggerFactory

注釈

が であっても、バインドされていない最上位モデル IsBindingRequired のエラーはバインダーによって true追加されません。

適用対象

ArrayModelBinder<TElement>(IModelBinder, ILoggerFactory, Boolean)

ソース:
ArrayModelBinder.cs
ソース:
ArrayModelBinder.cs

新しい 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

ILoggerFactory

allowValidatingTopLevelNodes
Boolean

最上位モデルの検証が有効になっていることを示します。 と IsBindingRequiredtrue最上位モデルの場合true、モデルがバインドされていないときにバインダーによってエラーが追加ModelStateDictionaryされます。

注釈

パラメーターは allowValidatingTopLevelNodes 現在無視されています。 Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinder`1.AllowValidatingTopLevelNodes は常に true にあります ArrayModelBinder<TElement>

適用対象

ArrayModelBinder<TElement>(IModelBinder, ILoggerFactory, Boolean, MvcOptions)

ソース:
ArrayModelBinder.cs

新しい 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

ILoggerFactory

allowValidatingTopLevelNodes
Boolean

最上位モデルの検証が有効になっていることを示します。 と IsBindingRequiredtrue最上位モデルの場合true、モデルがバインドされていないときにバインダーによってエラーが追加ModelStateDictionaryされます。

mvcOptions
MvcOptions

MvcOptions

注釈

これは推奨される ArrayModelBinder<TElement> コンストラクターです。

パラメーターは allowValidatingTopLevelNodes 現在無視されています。 Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinder`1.AllowValidatingTopLevelNodes は常に true にあります ArrayModelBinder<TElement>

適用対象