in this lesson we will examine the html tags in our core project
<td> <button asp-page-handler="DeleteBook" asp-route-id="@item.Id" onclick="return confirm('are you soure want to delete')" class="btn btn-danger btn-sm"> Delete</button> <a asp-page="Edit" asp-route-id="@item.Id" class="btn btn-success btn-sm"> Edit</a> </td>


Source Code: https://github.com/bhrugen/BookListRazor