React to feedback

pull/4435/head
Luke Latham 2017-09-28 10:22:19 -05:00
parent c85c7fada9
commit 3c24eb8c42
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ The *Index.cshtml* file also contains markup to create a delete button for each
[!code-cshtml[main](index/sample/RazorPagesContacts/Pages/Index.cshtml?range=22-23)]
When the delete button is rendered in HTML, it's `formaction` includes parameters for:
When the delete button is rendered in HTML, its `formaction` includes parameters for:
* The customer contact ID specified by the `asp-route-id` attribute.
* The `handler` specified by the `asp-page-handler` attribute.