Home > Mobile >  Add area in Asp.net MVC in vs code or .net cli
Add area in Asp.net MVC in vs code or .net cli

Time:09-15

We could easily create Aria with graphical user interface in VS, but it seems impossible in VS Code and Terminal.

CodePudding user response:

From your description, I assume your application is an Asp.net core (asp.net 5/6/7) application, right?

If that is the case, you can open the MVC application using VS code and open a Terminal, then, use the following command to install the dotnet-aspnet-codegenerator tool and enter image description here

More detail information about the area code generate command, see Area options.

  • Related