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.
如何在 asp.net mvc3 的某个区域运行 MvcScaffold?甚至可能吗?我想执行类似的操作:
Scaffold Controller MyModel --area MyArea
只需使用一个破折号-Area
-Area
-Area :如果您希望生成的文件进入特定的 ASP.NET MVC 区域,请在此处输入其名称。请注意,您必须已经创建了该区域;脚手架不会自动创建区域(还)。
来源