gpt4 book ai didi

vb.net - Html.ActionLink 作为按钮而不是超链接

转载 作者:行者123 更新时间:2023-12-01 10:59:59 25 4
gpt4 key购买 nike

似乎无法在 VB 中找到与此实现相关的代码,但我有一个当前显示为超链接的操作链接:

@Html.ActionLink("Edit", "Edit", New With {.id = currentItem.CustomerId}) 

但是我希望它显示为一个按钮,而不是像我使用 twitter bootstrap 那样,CSS 中定义的按钮看起来很棒。我知道如何正常定义按钮链接,但如何将操作链接更改为一个链接?

最佳答案

将 CSS 类属性设置为 btn

@Html.ActionLink("Edit", "Edit", New With {.id = currentItem.CustomerId}, New With {.class = "btn"}) 

关于vb.net - Html.ActionLink 作为按钮而不是超链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12002294/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com