PRACUJE
<a href="@Url.Action("edit", "markets", new { id = 1 })"
data-rel="dialog" data-transition="pop" data-icon="gear" class="ui-btn-right">Edit</a>
NIE DZIAŁA - DLACZEGO?
@Html.ActionLink("Edit", "edit", "markets", new { id = 1 }, new {@class="ui-btn-right", data-icon="gear"})
Wygląda na to, że nie możesz przekazać czegoś takiego jak data-icon = "gear" do htmlAttributes?
Propozycje?
Ajax.ActionLink
pomocnikami