Udostępnij za pośrednictwem


BindingSourceValueProvider(BindingSource) Konstruktor

Definicja

Tworzy nowy adres 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)

Parametry

bindingSource
BindingSource

Element BindingSource. Musi być pojedynczym źródłem (nieskładnym) o IsGreedy wartości równej false.

Dotyczy