Perguntas com a marcação «html.actionlink»

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?
Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.