From 93a79c1e4f77193738104ac6acd77762b82f967c Mon Sep 17 00:00:00 2001 From: rafsanulhasan Date: Fri, 31 Aug 2018 23:51:18 +0600 Subject: [PATCH] 1. According to ASP.NET Core Documentation, rendered partial view using TagHelper instead of Razor syntax 2. Referenced newly installed jquery library from libman in the _Layout.cshtml file of WebMVC project --- src/Web/WebMVC/Views/Shared/_Layout.cshtml | 127 +++++++++++---------- 1 file changed, 64 insertions(+), 63 deletions(-) diff --git a/src/Web/WebMVC/Views/Shared/_Layout.cshtml b/src/Web/WebMVC/Views/Shared/_Layout.cshtml index 5d616afaf..7d932770a 100644 --- a/src/Web/WebMVC/Views/Shared/_Layout.cshtml +++ b/src/Web/WebMVC/Views/Shared/_Layout.cshtml @@ -32,72 +32,73 @@ - - - @RenderBody() - - - - - - - - - - - - - - - - @RenderSection("scripts", required: false) - - - @using Microsoft.AspNetCore.Authentication; - @using Microsoft.Extensions.Options - @inject IOptions settings - - + + + + + + + + + + @RenderSection("scripts", required: false) + + + @using Microsoft.AspNetCore.Authentication; + @using Microsoft.Extensions.Options + @inject IOptions settings + + +