Learn how to build ASP.NET apps that can run anywhere.
-
+
Learn More
There are powerful new features in Visual Studio for building modern web apps.
-
+
Learn More
@@ -37,7 +37,7 @@
Bring in libraries from NuGet, Bower, and npm, and automate tasks using Grunt or Gulp.
-
+
Learn More
@@ -48,7 +48,7 @@
Learn how Microsoft's Azure cloud platform allows you to build, deploy, and scale web apps.
-
+
Learn More
@@ -70,40 +70,39 @@
Application uses
- Sample pages using ASP.NET Core MVC
- - Bower for managing client-side libraries
- - Theming using Bootstrap
+ - Bower for managing client-side libraries
+ - Theming using Bootstrap
diff --git a/WebApp/Views/Shared/_Layout.cshtml b/WebApp/Views/Shared/_Layout.cshtml
index 3574ec5..bf7908b 100644
--- a/WebApp/Views/Shared/_Layout.cshtml
+++ b/WebApp/Views/Shared/_Layout.cshtml
@@ -10,14 +10,14 @@
-
-
+
@RenderBody()
@@ -53,15 +53,19 @@
-
- @RenderSection("scripts", required: false)
+ @RenderSection("Scripts", required: false)