Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 MVC 4 的初学者。我有一个视图是强类型的模型,其脚手架模板为“创建”。现在,如果我修改我的模型,视图会自动更改吗?或者可以做些什么来修改模型的视图。删除以前的视图并创建新视图也是一种选择。
谢谢
EditorForModel除非您在其中使用方法,否则现有视图不会自动更新。
EditorForModel