From 71cbbf0435bd34c140c4433a497ae2d4ca4f8576 Mon Sep 17 00:00:00 2001 From: MysticBoy Date: Wed, 30 Nov 2022 15:41:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B8=83=E5=B1=80=E5=92=8C?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Pages/Index.cshtml | 4 ++-- Pages/Shared/_Layout.cshtml | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml index 8a5f8e3..0e4d4da 100644 --- a/Pages/Index.cshtml +++ b/Pages/Index.cshtml @@ -1,10 +1,10 @@ @page @model IndexModel @{ - ViewData["Title"] = "Home page"; + ViewData["Title"] = "IoTSharp Gateways "; }

Welcome

-

Learn about building Web apps with ASP.NET Core.

+
diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml index 87624e4..cd15a3b 100644 --- a/Pages/Shared/_Layout.cshtml +++ b/Pages/Shared/_Layout.cshtml @@ -28,10 +28,9 @@ @if (SignInManager.IsSignedIn(User)) { - - + }