enter image description here
Hello friends. I’m asking for help with something.
I want to set up a structure in the asp.net core web mvc project. In fact, this structure is similar to Google’s window and tab structure.
This is the structure I want. My project will have a menu and links. It dynamically transfers the content and title of the link I click to the page.
It will add it as TabControl. However, it will get the content from the separately created index.cshtml page. In this way, my layout will appear as multiple tabs instead of just the page of the link I clicked, and I can go to the page I want by clicking on the tab controller without clicking any links. .
You can look at the picture above as an example.
Thank you, best regards…
When I click on the menus on the left, I add it to the page as a tabcontrol and I can pull the page content from the index.cshtml page with Ajax, but when there is a submit and post operation in a form on the page, the layout is disrupted and a single page appears again, as only one page is returned.
ugurgzlks is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.