diff --git a/aspnetcore/includes/mvc-intro/controller-methods-views.md b/aspnetcore/includes/mvc-intro/controller-methods-views.md index 454f3c03b4..2db2489269 100644 --- a/aspnetcore/includes/mvc-intro/controller-methods-views.md +++ b/aspnetcore/includes/mvc-intro/controller-methods-views.md @@ -13,9 +13,9 @@ The **Edit**, **Details**, and **Delete** links are generated by the MVC Core An ```html - Edit | - < a href="/Movies/Details/4">Details | - Delete + Edit | + Details | + Delete ``` @@ -95,4 +95,4 @@ All the `HttpGet` methods in the movie controller follow a similar pattern. They * [Input Tag Helper](xref:mvc/views/working-with-forms) * [Label Tag Helper](xref:mvc/views/working-with-forms) * [Select Tag Helper](xref:mvc/views/working-with-forms) -* [Validation Tag Helper](xref:mvc/views/working-with-forms) \ No newline at end of file +* [Validation Tag Helper](xref:mvc/views/working-with-forms)