3
ActionLink htmlAttributes
TRABALHO <a href="@Url.Action("edit", "markets", new { id = 1 })" data-rel="dialog" data-transition="pop" data-icon="gear" class="ui-btn-right">Edit</a> NÃO FUNCIONA - POR QUÊ? @Html.ActionLink("Edit", "edit", "markets", new { id = 1 }, new {@class="ui-btn-right", data-icon="gear"}) Parece que você não pode passar algo como data-icon = "gear" em htmlAttributes? Sugestões?