I have a page where I use @renderBody
to open my main pages, however the need arose to get a submenu and I need the following pages to be opened in a certain space, but when I launch the asp-controller asp -action it opens at the @renderBody
location, how can I do to create a type of @renderBody2
in the case of a renderPage
or renderSection
but that are opened through a click of a link?