Nested layouts for MVC5
问题 I've seen a few posts on this topic: Razor Nested Layouts with Cascading Sections MVC 3 - Nested layouts - sections don't render in Areas And it always seems to be problematic. However they are both pretty old so wondering if things have changed. Basically I have a master layout, and 3 different body templates based on what kind of page it is. For examples sake: _Layout.cshtml <html lang="en"> <head> </head> <body style="padding: 50px 0;"> <header class="navbar navbar-default navbar-fixed-top