Merge pull request #5325 from aspnet/master

Update live with current master
pull/5342/head
Rick Anderson 2018-01-31 15:21:10 -10:00 committed by GitHub
commit f2a11a8903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -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)] [!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. 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)

View File

@ -36,13 +36,13 @@
#### [Update the pages](xref:tutorials/razor-pages-mac/da1) #### [Update the pages](xref:tutorials/razor-pages-mac/da1)
#### [Add search](xref:tutorials/razor-pages-mac/search) #### [Add search](xref:tutorials/razor-pages-mac/search)
### [Razor Pages web app with VS Code](xref:tutorials/razor-pages-vsc/index) ### [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) #### [Getting started with Razor Pages](xref:tutorials/razor-pages-vsc/razor-pages-start)
#### [Adding a model](xref:tutorials/razor-pages-vsc/model) #### [Adding a model](xref:tutorials/razor-pages-vsc/model)
#### [Scaffolded Razor Pages](xref:tutorials/razor-pages-vsc/page) #### [Scaffolded Razor Pages](xref:tutorials/razor-pages-vsc/page)
#### [Working with SQLite](xref:tutorials/razor-pages-vsc/sql) #### [Working with SQLite](xref:tutorials/razor-pages-vsc/sql)
#### [Update the pages](xref:tutorials/razor-pages-vsc/da1) #### [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) ### [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) #### [Getting started](xref:tutorials/first-mvc-app-mac/start-mvc)