1.6 KiB
1.6 KiB
title | author | description | manager | ms.author | ms.date | ms.prod | ms.technology | ms.topic | uid |
---|---|---|---|---|---|---|---|---|---|
Adding Search | rick-anderson | Shows how to add search to simple ASP.NET Core MVC app | wpickett | riande | 03/07/2017 | asp.net-core | aspnet | get-started-article | tutorials/first-mvc-app/search |
[!INCLUDE adding-model]
You can quickly rename the searchString
parameter to id
with the rename command. Right click on searchString
> Rename.
The rename targets are highlighted.
Change the parameter to id
and all occurrences of searchString
change to id
.
[!INCLUDE adding-model]
Notice how intelliSense helps us update the markup.
Notice the distinctive font in the <form>
tag. That distinctive font indicates the tag is supported by Tag Helpers.
[!INCLUDE adding-model]