IBindingSourceValueProvider Interface¶
Summary¶
A value provider which is which can filter its contents based on [Microsoft.AspNet.Mvc.ModelBinding.BindingSource]().
Methods¶
-
Filter
(Microsoft.AspNet.Mvc.ModelBinding.BindingSource)¶ Filters the value provider based on <paramref name=”bindingSource” />.
Arguments: - bindingSource (Microsoft.AspNet.Mvc.ModelBinding.BindingSource) – The [Microsoft.AspNet.Mvc.ModelBinding.BindingSource]() associated with a model.
Return type: Microsoft.AspNet.Mvc.ModelBinding.IValueProvider
Returns: The filtered value provider, or <c>null</c> if the value provider does not match <paramref name=”bindingSource” />.
IValueProvider Filter(BindingSource bindingSource)
-