How do I insert a modal anchor #modal1
in this actionLink?
<td >@Html.ActionLink("Select", "order", "book", New With {.id = Item.id}, New With {.class = "btn btn-success"})</td>
I try to like this but it doesnt work
<td >@Html.ActionLink("Select", "order", "book", New With {.id = Item.id}, New With {.class = "btn btn-success"})#modal1</td>