From 85c515861c2f6698a6104e6cd6512a969e73d22a Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Tue, 6 Mar 2018 17:26:32 -0800 Subject: [PATCH] Update StandaloneApp --- samples/StandaloneApp/App.cshtml | 6 +++--- samples/StandaloneApp/Shared/MainLayout.cshtml | 3 ++- samples/StandaloneApp/Shared/NavMenu.cshtml | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/samples/StandaloneApp/App.cshtml b/samples/StandaloneApp/App.cshtml index 00b1330e12..d04c20226c 100644 --- a/samples/StandaloneApp/App.cshtml +++ b/samples/StandaloneApp/App.cshtml @@ -2,6 +2,6 @@ Configuring this stuff here is temporary. Later we'll move the app config into Program.cs, and it won't be necessary to specify AppAssembly. --> - + diff --git a/samples/StandaloneApp/Shared/MainLayout.cshtml b/samples/StandaloneApp/Shared/MainLayout.cshtml index 1280aa6651..d505221da6 100644 --- a/samples/StandaloneApp/Shared/MainLayout.cshtml +++ b/samples/StandaloneApp/Shared/MainLayout.cshtml @@ -11,6 +11,7 @@ -@functions { +@functions +{ public RenderFragment Body { get; set; } } diff --git a/samples/StandaloneApp/Shared/NavMenu.cshtml b/samples/StandaloneApp/Shared/NavMenu.cshtml index 17f6de6f62..651d08d2d9 100644 --- a/samples/StandaloneApp/Shared/NavMenu.cshtml +++ b/samples/StandaloneApp/Shared/NavMenu.cshtml @@ -13,6 +13,7 @@