Описание тега asp.net-mvc-areas
An organizational concept present in ASP.NET MVC, that allows the developer to partition a large web application into smaller units.
An organizational concept present in ASP.NET MVC, that allows the developer to partition a large web application into smaller, distinct units. Areas might be used to, for instance, divide an application into inventory, review, storefront, and administration modules.
More information