This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Support [Bind] attribute for compatibility with MVC5 #982
Labels
Milestone
Comments
We should add the Bind attribute, but we should make sure our samples use nameof() e.g. |
Praburaj
changed the title
Ability to specify [BindNever] or [BindRequired] at a class level
Support [Bind] attribute for compatibility with MVC5
Oct 8, 2014
Adding some more context about the bug: Bind Attribute
2.a and 2.b can be achieved using the
|
Resolved by: 5405e3b761ad8c55f8fbd1ef311454342568860 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In MVC 5 we have the ability to specify [Bind(Include = "comma separated field names")].
Right now [BindRequired] or [BindNever] needs to be set at property level.
The text was updated successfully, but these errors were encountered: