From 338e5f060919f7b84e52525a4cfaf4d8bfa9eb41 Mon Sep 17 00:00:00 2001 From: Gary Chan Date: Mon, 28 Oct 2019 05:41:28 -0700 Subject: [PATCH] Update index.md (#15343) --- aspnetcore/razor-pages/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/razor-pages/index.md b/aspnetcore/razor-pages/index.md index 185198e145..f246724358 100644 --- a/aspnetcore/razor-pages/index.md +++ b/aspnetcore/razor-pages/index.md @@ -152,7 +152,7 @@ The *Pages/Create.cshtml* view file: The rendered HTML from *Pages/Create.cshtml*: -[!code-cshtml[](index/3.0sample/RazorPagesContacts/Pages/Customers/Create4.html)] +[!code-html[](index/3.0sample/RazorPagesContacts/Pages/Customers/Create4.html)] In the previous code, posting the form: