为了解释我的问题 举个例子比较好
I have an ASP.NET MVC 3 controller action who return a view with an object as a Model. This object, contains some business properties used by the view like a list of contacts, for example.
If i call a property of my object in the view (from Model.) and, after that, I change this property name, the debugger of visual studio say nothing. However, this one should alert me that I try to load, in the view, a property who doesn t exist !
此外,当我编集这个项目时,它会一直持续到我试图提出观点为止。
有办法从视觉工作室查看吗?
感谢提前!