From 7406e957e328deaad62df028242dff458cfb6dae Mon Sep 17 00:00:00 2001 From: Tugberk Ugurlu Date: Mon, 29 Aug 2016 21:54:39 +0100 Subject: [PATCH] delete About and Contact links from the sample --- .../Controllers/HomeController.cs | 16 ---------------- .../Views/Shared/_Layout.cshtml | 2 -- 2 files changed, 18 deletions(-) diff --git a/samples/IdentitySample.Mvc/Controllers/HomeController.cs b/samples/IdentitySample.Mvc/Controllers/HomeController.cs index e9c45b3..b98b286 100644 --- a/samples/IdentitySample.Mvc/Controllers/HomeController.cs +++ b/samples/IdentitySample.Mvc/Controllers/HomeController.cs @@ -9,21 +9,5 @@ public IActionResult Index() { return View(); } - - [HttpGet] - public IActionResult About() - { - ViewBag.Message = "Your app description page."; - - return View(); - } - - [HttpGet] - public IActionResult Contact() - { - ViewBag.Message = "Your contact page."; - - return View(); - } } } \ No newline at end of file diff --git a/samples/IdentitySample.Mvc/Views/Shared/_Layout.cshtml b/samples/IdentitySample.Mvc/Views/Shared/_Layout.cshtml index 912a38b..c17782f 100644 --- a/samples/IdentitySample.Mvc/Views/Shared/_Layout.cshtml +++ b/samples/IdentitySample.Mvc/Views/Shared/_Layout.cshtml @@ -22,8 +22,6 @@