2
I have 2 layouts (LayoutPrincipal.cshtml
and LayoutInterno.cshtml
) to home page is another to the internal page. The internal page will repeat so I did the creation of the _ViewStart
which points to the internal page and to test the layout I created a controller
and change the path of the page on _viewStart
but the question is, I can’t get 2 _viewStart
and create 2 controller
pointing to them, someone knows how it works in this case?