4 types derived from BindingSourceValueProvider
Microsoft.AspNetCore.Mvc.Core (4)
ModelBinding\FormValueProvider.cs (1)
14public class FormValueProvider : BindingSourceValueProvider, IEnumerableValueProvider
ModelBinding\JQueryValueProvider.cs (1)
15BindingSourceValueProvider,
ModelBinding\QueryStringValueProvider.cs (1)
14public class QueryStringValueProvider : BindingSourceValueProvider, IEnumerableValueProvider
ModelBinding\RouteValueProvider.cs (1)
14public class RouteValueProvider : BindingSourceValueProvider
5 references to BindingSourceValueProvider
Microsoft.AspNetCore.Mvc.Core (5)
ModelBinding\BindingSourceValueProvider.cs (5)
15/// A <see cref="BindingSourceValueProvider"/> is an <see cref="IValueProvider"/> base-implementation which 20/// <see cref="BindingSourceValueProvider"/> implements <see cref="IBindingSourceValueProvider"/> and will 29/// Creates a new <see cref="BindingSourceValueProvider"/>. 43nameof(BindingSourceValueProvider)); 51nameof(BindingSourceValueProvider));