New customer MSDN 链接在这里-6ren">
gpt4 book ai didi

asp.net-mvc - ASP.NET MVC : generating action link with custom html in it

转载 作者:行者123 更新时间:2023-12-04 07:29:15 26 4
gpt4 key购买 nike

如何生成带有自定义 html 的操作链接。
像下面这样:<a href="http://blah-blah/.....">

<span class="icon"/>
New customer

</a>

最佳答案

您可以使用 UrlHelper 类:

<a href="<% =Url.Action("Create","Customers") %>">
<span class="icon"/> New customer
</a>

MSDN 链接在这里: http://msdn.microsoft.com/en-us/library/system.web.mvc.urlhelper.aspx

关于asp.net-mvc - ASP.NET MVC : generating action link with custom html in it,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3879547/

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