标签: c# asp.net-mvc
我想获得一条路线的链接。使用Html.ActionLink和Html.RouteLink返回锚标记中的链接。有什么办法可以让我只获得链接。
答案 0 :(得分:9)
使用Url.Action和Url.RouteUrl方法。