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 模式中,控制器是否适合以任何方式保存状态。
请注意,我意识到控制器不会在 ASP.Net 上保存状态。我没有使用 ASP.Net。我想知道这种模式是否限制了这一点。
该模式会让您将状态保存到模型/模型,而不是控制器。控制器可以修改状态,或者模型可以包含内部来修改它自己的状态。