I'm a very beginner(Learner) in MVC. Is this question is stupid, sorry for that. I'm having three controllers
- Home
- Main_Menu
- Booking
Added view for this controller and its having three sub folder views
- View/Home/Home.cshtml
- View/Main_Menu/Main_Menu.cshtml
- View/Booking/Booking.cshtml
Is it possible to put all view into one sub folder like this
- View/Home/Home.cshtml
- View/Home/Main_Menu.cshtml
- View/Home/Booking.cshtml
Is this stupid? Is this bad approach?