Disable layout in ASP.NET MVC? March 27, 2023 by Tarik In MVC 3, you can remove the master layout code with: @{ Layout = ""; }