Domande taggate «html.actionlink»

3
ActionLink htmlAttributes
LAVORI <a href="@Url.Action("edit", "markets", new { id = 1 })" data-rel="dialog" data-transition="pop" data-icon="gear" class="ui-btn-right">Edit</a> NON FUNZIONA - PERCHÉ? @Html.ActionLink("Edit", "edit", "markets", new { id = 1 }, new {@class="ui-btn-right", data-icon="gear"}) Sembra che tu non possa passare qualcosa come data-icon = "gear" in htmlAttributes? Suggerimenti?
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.