Implemented interface member:
property
BinderType
Microsoft.AspNetCore.Mvc.ModelBinding.IBinderTypeProviderMetadata.BinderType
1 write to BinderType
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinderAttribute.cs (1)
51BinderType = binderType;
2 references to BinderType
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinderAttribute.cs (2)
79/// If <see cref="BinderType"/> is <see langword="null"/>, defaults to <see langword="null"/>. Otherwise, 86if (_bindingSource == null && BinderType != null)