TRAVAUX
<a href="@Url.Action("edit", "markets", new { id = 1 })"
data-rel="dialog" data-transition="pop" data-icon="gear" class="ui-btn-right">Edit</a>
NE FONCTIONNE PAS - POURQUOI?
@Html.ActionLink("Edit", "edit", "markets", new { id = 1 }, new {@class="ui-btn-right", data-icon="gear"})
Il semble que vous ne pouvez pas passer quelque chose comme data-icon = "gear" dans htmlAttributes?
Suggestions?
Ajax.ActionLink
aides