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.
在 MVC4 Web 应用程序中,创建区域的最佳方法是什么?它可以是自动化的还是创建控制器、视图文件夹等的手动过程?
在解决方案资源管理器中右键单击 ASP.NET MVC 项目,然后Add Area...在上下文菜单中选择。然后输入区域的名称并继续:
Add Area...