次の方法で共有


BindingSourceValueProvider(BindingSource) コンストラクター

定義

新しい BindingSourceValueProvider を作成します。

public:
 BindingSourceValueProvider(Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ bindingSource);
public BindingSourceValueProvider (Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource bindingSource);
new Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider : Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource -> Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider
Public Sub New (bindingSource As BindingSource)

パラメーター

bindingSource
BindingSource

BindingSource。 と等しい単一ソース (非複合) IsGreedy である false必要があります。

適用対象