Поделиться через


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.

Применяется к