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
代わりに1つのダッシュを使用してください-Area
-Area
-Area : 生成されたファイルを特定の ASP.NET MVC 領域に配置する場合は、その名前をここに入力します。その領域をすでに作成している必要があることに注意してください。scaffolder は (まだ) 自動的に領域を作成しません。
ソース