TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sreekanth Reddy
353
4.8k
421.3k
Bind exclude and scaffold false in Asp.net MVC
Jan 25 2017 3:03 AM
What's the use of Bind(Exclude='propname') and scaffold(false) attributes in below class ?
[Bind(Exclude = "AlbumId")]
public class Album
{
[ScaffoldColumn(false)]
public int AlbumId { get; set; }
[DisplayName("Genre")]
public int GenreId { get; set; }
}
If scaffold(false) I know that that property won't be binded to view(basically we take for primary key).
Then what about
Bind(Exclude='propname') ?
Reply
Answers (
1
)
How to Use Time Picker In Mvc
What we can do with date and time offset data