From 78046c0706454726f1f895201c5e3c0c47334a49 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 7 Feb 2017 09:17:57 -0800 Subject: [PATCH] Add missing file to samples --- samples/MvcSandbox/Pages/Index.cshtml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 samples/MvcSandbox/Pages/Index.cshtml diff --git a/samples/MvcSandbox/Pages/Index.cshtml b/samples/MvcSandbox/Pages/Index.cshtml new file mode 100644 index 0000000000..ab2ffb46fd --- /dev/null +++ b/samples/MvcSandbox/Pages/Index.cshtml @@ -0,0 +1,10 @@ +@page Test + +
+
+

RazorPages Test

+
    +
  • This file should give you a quick view of a Mvc Raor Page in action.
  • +
+
+