5 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
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\BindingSourceValueProviderTest.cs (1)
75private class TestableBindingSourceValueProvider : BindingSourceValueProvider
7 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));
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\BindingSourceValueProviderTest.cs (2)
16$"'{nameof(BindingSourceValueProvider)}' does not support greedy data sources."; 35var expected = $"The provided binding source 'Test Source' is a composite. '{nameof(BindingSourceValueProvider)}' " +