Share via


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

適用於