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.
我们在团队中进行了一些讨论,所有返回 JsonResult 的方法都应该移动到 WebApi 的“控制器”中,以便进行干净的隔离。
我不太确定。MVC 控制器返回 ActionResults 和 JsonResults 是否错误?
在我们的项目中,我们确实将 ajax 请求的操作移动到名为“ScriptController”或“WebApiControler”的部分控制器。我认为维护得很好,代码似乎也很清楚。