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 架构时,我了解到当模型更新时,所有视图(例如所有打开的表单或视图)都会被通知并有机会更新自己(这是 mvc 架构的一个特性)。如何在没有 ajax 的 Asp.Net MVC 3 中做到这一点?
谢谢,如果你能帮助我!
如果没有 AJAX,您发布服务器并返回整个页面。View()在您调用Controller.
View()
Controller