pull/13860/head
Luke Latham 2019-08-16 06:06:51 -05:00 committed by GitHub
parent 750547e4ca
commit 94109ed582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ title: Areas in ASP.NET Core
author: rick-anderson
description: Learn how Areas are an ASP.NET MVC feature used to organize related functionality into a group as a separate namespace (for routing) and folder structure (for views).
ms.author: riande
ms.date: 08/07/2019
ms.date: 08/16/2019
uid: mvc/controllers/areas
---
# Areas in ASP.NET Core
@ -130,7 +130,7 @@ The following code changes the default area folder from `"Areas"` to `"MyAreas"`
## Areas with Razor Pages
Areas with Razor Pages require and *Areas/<area name>/Pages* folder in the root of the app. The following folder structure is used with the [sample download](https://github.com/aspnet/AspNetCore.Docs/tree/master/aspnetcore/mvc/controllers/areas/samples)
Areas with Razor Pages require an *Areas/<area name>/Pages* folder in the root of the app. The following folder structure is used with the [sample app](https://github.com/aspnet/AspNetCore.Docs/tree/master/aspnetcore/mvc/controllers/areas/samples):
* Project name
* Areas