This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
BindAttribute to provide a property filter predicate #785
Closed
Description
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.