0

尝试将以下重载放入 jquery 按钮时,出现“错误加载页面”错误。

<a href="#" data-role="button" data-inline="true">True</a>

下面是我试图放入 jquery 按钮的 url。

@Html.ActionLink("Jobs", "Jobs", New With {.id = currentItem.Cust_UUID})

以下是我想要实现的目标,但出现错误:

<a href="@Html.ActionLink("Jobs", "Jobs", New With {id = currentItem.Cust_UUID})" data-role="button" data-icon="arrow-r" data-iconpos="right" data-inline="true">Right</a>

这行代码工作正常,但按钮文本带有下划线,而不是我想要实现的目标:

<h3 data-role="button" data-icon="gear" data-theme="d">@Html.ActionLink("Jobs", "Jobs", New With {id = currentItem.Cust_UUID})</h3>
4

0 回答 0