This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
[BindProperty(BinderType = typeof(SimpleTypeModelBinder)]
no longer works
#7354
Milestone
Though we've added new constructors to most model binders in a backward-compatible fashion, the change actually breaks a scenario. For example,
[BindProperty(BinderType = typeof(SimpleTypeModelBinder)]
and[ModelBinder(BinderType = typeof(SimpleTypeModelBinder)]
now result inThe text was updated successfully, but these errors were encountered: