BindingSourceValueProvider(BindingSource) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new 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)
Parameters
- bindingSource
- BindingSource
The BindingSource. Must be a single-source (non-composite) with
IsGreedy equal to false
.