diff --git a/aspnetcore/includes/RP/search.md b/aspnetcore/includes/RP/search.md index aa32c376a2..1f235f1444 100644 --- a/aspnetcore/includes/RP/search.md +++ b/aspnetcore/includes/RP/search.md @@ -90,7 +90,3 @@ Update *Index.cshtml* as follows: [!code-cshtml[Main](../../tutorials/razor-pages/razor-pages-start/sample/RazorPagesMovie/Pages/Movies/IndexFormGenreNoRating.cshtml?highlight=16-18&range=1-26)] Test the app by searching by genre, by movie title, and by both. - ->[!div class="step-by-step"] -[Previous: Updating the pages](xref:tutorials/razor-pages/da1) -[Next: Adding a new field](xref:tutorials/razor-pages/new-field) diff --git a/aspnetcore/toc.md b/aspnetcore/toc.md index 75930de905..ff8d58b027 100644 --- a/aspnetcore/toc.md +++ b/aspnetcore/toc.md @@ -36,13 +36,13 @@ #### [Update the pages](xref:tutorials/razor-pages-mac/da1) #### [Add search](xref:tutorials/razor-pages-mac/search) - ### [Razor Pages web app with VS Code](xref:tutorials/razor-pages-vsc/index) #### [Getting started with Razor Pages](xref:tutorials/razor-pages-vsc/razor-pages-start) #### [Adding a model](xref:tutorials/razor-pages-vsc/model) #### [Scaffolded Razor Pages](xref:tutorials/razor-pages-vsc/page) #### [Working with SQLite](xref:tutorials/razor-pages-vsc/sql) #### [Update the pages](xref:tutorials/razor-pages-vsc/da1) +#### [Add search](xref:tutorials/razor-pages-vsc/search) ### [MVC web app with Visual Studio for Mac](xref:tutorials/first-mvc-app-mac/index) #### [Getting started](xref:tutorials/first-mvc-app-mac/start-mvc)