From 892a0f0e471722fec23401161e7094eabefacdc9 Mon Sep 17 00:00:00 2001 From: Alex Ayon Date: Wed, 23 Oct 2019 14:59:54 -0500 Subject: [PATCH] Update reference to customer model (#15275) Updated reference to customer model in the Validation section to the following reference: [!code-cs[](index/3.0sample/RazorPagesContacts/Models/Customer.cs)]. Customer model in "Write a basic form" section and the "Validation" section will reference the same code. --- 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 40f95cf0b5..185198e145 100644 --- a/aspnetcore/razor-pages/index.md +++ b/aspnetcore/razor-pages/index.md @@ -262,7 +262,7 @@ The namespace provides a set of bui Consider the `Customer` model: -[!code-cs[](index/sample/RazorPagesContacts/Data/Customer.cs)] +[!code-cs[](index/3.0sample/RazorPagesContacts/Models/Customer.cs)] Using the following *Create.cshtml* view file: