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)
70public override BindingSource BindingSource => BindingSource.Query;
1 write to BindingSource
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Metadata\DefaultBindingMetadataProviderTest.cs (1)
896BindingSource = 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)
17var source = attribute.BindingSource; 33var source = attribute.BindingSource; 46var source = attribute.BindingSource;