3
ActionLink htmlAttributes
काम करता है <a href="@Url.Action("edit", "markets", new { id = 1 })" data-rel="dialog" data-transition="pop" data-icon="gear" class="ui-btn-right">Edit</a> काम नहीं करता है - क्यों? @Html.ActionLink("Edit", "edit", "markets", new { id = 1 }, new {@class="ui-btn-right", data-icon="gear"}) ऐसा लगता है कि आप HTMLAttributes में डेटा-आइकन = "गियर" जैसी कोई चीज़ नहीं दे सकते …