ASP.NET MVC is there an attribute for a ViewModel/Dto property which causes the modelbinder/view to
Posted
by gt124
on Stack Overflow
See other posts from Stack Overflow
or by gt124
Published on 2010-05-21T17:04:21Z
Indexed on
2010/05/21
17:10 UTC
Read the original article
Hit count: 197
ASP.NET
|asp.net-mvc
I have a property in a dto that I don't want the modelbinder/view to use the get on? Is there an attribute I can decorate it with to stop them from interrogating it?
Thanks
© Stack Overflow or respective owner