You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
danroth27
changed the title
ModelBinding needs a way to allow or prevent binding properties
TryUpdateModel needs a way to allow or prevent binding properties
Oct 20, 2014
TryUpdate model is updated with the predicate based include and no excludes. The work remaining here is to do the same for Bind Attribute in #1546
harshgMSFT
changed the title
TryUpdateModel needs a way to allow or prevent binding properties
Bind Attribute to provide a property filter predicate
Nov 27, 2014
Ties in to #415 - Mvc5 had overloads - http://msdn.microsoft.com/en-us/library/dd492957(v=vs.118).aspx - which allowed binding or ignoring specific properties. HttpBindAttribute does this, but we need a non-declarative way for doing this to support these overloads.
The text was updated successfully, but these errors were encountered: