4

I want to add area folder to my project. Where I must click to add it? enter image description here

4 Answers 4

15

I found it. Click Add>New Scaffolded Item. After click choose the MVC area from the menu.

Sign up to request clarification or add additional context in comments.

Comments

6

I found in visual studio 2019.

enter image description here

Comments

1
  1. Add > New Scaffolded Item. After click choose the MVC area from the menu.
  2. Copy _ViewStart.cshtml, _ViewImports.cshtml files from Views folder to the Views folder inside the newly created area(folder).

enter image description here

Comments

0

Adding area in Asp.Net MVC is as simple as

  1. Right click on your MVC project. 2.Add 3.Area 4.Enter the Name of Area and done.

what advantages we get by adding area in the project

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.