From 14512a714f767b842d928376ece2445e3eca51ec Mon Sep 17 00:00:00 2001 From: Artak <34246760+mkArtakMSFT@users.noreply.github.com> Date: Mon, 6 Aug 2018 08:55:51 -0700 Subject: [PATCH] Removed the `layout=null` assignment from the page --- .../Areas/MyFeature/Pages/Page1.cshtml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Areas/MyFeature/Pages/Page1.cshtml b/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Areas/MyFeature/Pages/Page1.cshtml index 2927c441cd..b39e1ae932 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Areas/MyFeature/Pages/Page1.cshtml +++ b/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Areas/MyFeature/Pages/Page1.cshtml @@ -1,8 +1,5 @@ @page @model Company.RazorClassLibrary1.MyFeature.Pages.Page1Model -@{ - Layout = null; -}