Fixed: Code formatting. (#4008)
parent
b18361e682
commit
bb615e57e8
|
@ -13,9 +13,9 @@ The **Edit**, **Details**, and **Delete** links are generated by the MVC Core An
|
|||
|
||||
```html
|
||||
<td>
|
||||
<a href = "/Movies/Edit/4" > Edit </ a > |
|
||||
< a href="/Movies/Details/4">Details</a> |
|
||||
<a href = "/Movies/Delete/4" > Delete </ a >
|
||||
<a href="/Movies/Edit/4"> Edit </a> |
|
||||
<a href="/Movies/Details/4"> Details </a> |
|
||||
<a href="/Movies/Delete/4"> Delete </a>
|
||||
</ td >
|
||||
```
|
||||
|
||||
|
@ -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)
|
||||
* [Validation Tag Helper](xref:mvc/views/working-with-forms)
|
||||
|
|
Loading…
Reference in New Issue