5

In an MVC4 web application, what is the best way to create an Area? Can it be automated or is it a manual process of creating the controller, View folder etc?

RickL
  • 3,318
  • 10
  • 38
  • 39
amateur
  • 43,371
  • 65
  • 192
  • 320

1 Answers1

6

Right click on the ASP.NET MVC project in the solution explorer and select Add Area... in the contextual menu. Then type the name of the area and proceed:

enter image description here

Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928