All screens in my system are Views and are rendered in the @RenderBody in the main _Layout
I'd like to change my layout and make it look like this:
So basically it's how I explained it in the image, Click the Menu will render there, and after clicking on the submenu side render again there, without removing the menu
What I thought about creating a partial with the menu, but then I would have to add it to all my Views ...
PartialMenuCadastro - > Menu items ...
Then put them in the client list, creation, editing, etc, etc. in the dashboard ...
I do not know if this is correct, and it does not look very elegant to me ...
I also thought about rendering using Ajax, but then I would have to change all my views to partial and I do not know if that would be correct either ...
Does anyone have an idea for me?