获取路线的链接 - Asp.net MVC

时间:2022-11-30 22:47:18

I want to get just the link to a route. Using Html.ActionLink and Html.RouteLink returns the link in an anchor tag. Is there any way in which I can get only the link.

我想获得一条路线的链接。使用Html.ActionLink和Html.RouteLink返回锚标记中的链接。有什么方法可以让我只获得链接。

1 个解决方案

#1


9  

Use Url.Action and Url.RouteUrl methods.

使用Url.Action和Url.RouteUrl方法。

#1


9  

Use Url.Action and Url.RouteUrl methods.

使用Url.Action和Url.RouteUrl方法。