4 types derived from BindingSourceValueProvider
Microsoft.AspNetCore.Mvc.Core (4)
ModelBinding\FormValueProvider.cs (1)
14
public class FormValueProvider :
BindingSourceValueProvider
, IEnumerableValueProvider
ModelBinding\JQueryValueProvider.cs (1)
15
BindingSourceValueProvider
,
ModelBinding\QueryStringValueProvider.cs (1)
14
public class QueryStringValueProvider :
BindingSourceValueProvider
, IEnumerableValueProvider
ModelBinding\RouteValueProvider.cs (1)
14
public 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
"/>.
43
nameof(
BindingSourceValueProvider
));
51
nameof(
BindingSourceValueProvider
));