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返回锚标记中的链接。有什么方法可以让我只获得链接。
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返回锚标记中的链接。有什么方法可以让我只获得链接。