คำถามติดแท็ก html.actionlink

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"}) ดูเหมือนว่าคุณจะไม่สามารถส่งบางอย่างเช่น data-icon = "gear" ไปยัง htmlAttributes ข้อเสนอแนะ?
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.