I have the following scenario:
/Views/Shared/_Layout;
/Areas/Area1/Views/ControllerName/Index
/Areas/Area2/Views/ControllerName/Index
/Areas/Area3/Views/ControllerName/Index
...
/Areas/AreaN/Views/ControllerName/Index
Is there a way to force all areas to use the general Layout defined in the first line of the sample code above as a base?
Sure pe tomorrow! Let's go by parts, first we need:
This goes in the folder
Views
of each area, like this:Then we edit the file to point to the global layout:
Success and blessings :D