Implemented interface member:
property
BindingSource
Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata.BindingSource
1 override of BindingSource
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Metadata\ModelBinderAttributeTest.cs (1)
70
public override BindingSource
BindingSource
=> BindingSource.Query;
1 write to BindingSource
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Metadata\DefaultBindingMetadataProviderTest.cs (1)
896
BindingSource
= bindingSource;
5 references to BindingSource
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinderAttribute.cs (2)
44
/// Subclass this attribute and set <see cref="
BindingSource
"/> if <see cref="BindingSource.Custom"/> is not
56
/// Subclass this attribute and set <see cref="
BindingSource
"/> if <see cref="BindingSource.Custom"/> is not
Microsoft.AspNetCore.Mvc.Core.Test (3)
ModelBinding\Metadata\ModelBinderAttributeTest.cs (3)
17
var source = attribute.
BindingSource
;
33
var source = attribute.
BindingSource
;
46
var source = attribute.
BindingSource
;