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: