Implemented interface member:
property
BinderType
Microsoft.AspNetCore.Mvc.ModelBinding.IBinderTypeProviderMetadata.BinderType
2 references to BinderType
Microsoft.AspNetCore.Mvc.Core (2)
BindPropertyAttribute.cs (2)
61/// If <see cref="BinderType"/> is <see langword="null"/>, defaults to <see langword="null"/>. Otherwise, 68if (_bindingSource == null && BinderType != null)