I want to create sub area within are in asp.net core web application

360 Views Asked by At
Application
-> Area
    -> Customer
      -> New Customer
          1. NewCustomerListController.cs
          2. NewCustomerImportController.cs
      -> Old Customer
          1. OldCustomerUpdateController.cs
          2. NewCustomerExportController.cs


Can we create this type of structure in asp.net core 3.0

I want to create this type folders structure in asp.net core.

0

There are 0 best solutions below