From e8d89ca0465f1da60fce2d1623b269b3c55e9b31 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Wed, 21 Jul 2021 11:12:31 -0700 Subject: [PATCH] Update areas.md (#22788) --- aspnetcore/mvc/controllers/areas.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aspnetcore/mvc/controllers/areas.md b/aspnetcore/mvc/controllers/areas.md index d39f2d6985..e04c57520d 100644 --- a/aspnetcore/mvc/controllers/areas.md +++ b/aspnetcore/mvc/controllers/areas.md @@ -216,6 +216,11 @@ To share a common layout for the entire app, move the *_ViewStart.cshtml* to the ### Publishing Areas All *.cshtml files and files within the *wwwroot* directory are published to output when `` is included in the *.csproj file. + +## Add MVC Area with Visual Studio + +In Solution Explorer, right click the project and select **ADD > New Scaffolded Item**, then select **MVC Area**. + ::: moniker-end ::: moniker range="< aspnetcore-3.0"