标签: asp.net-mvc razor
在现有项目中,我有当前代码
@Html.ActionLink("Hello " + User.Identity.GetUserName() + "!", "Manage", "Account", routeValues: null, htmlAttributes: new { title = "Manage" })
它显示正确,但对于我的应用程序,我只想显示文本,并且不需要链接操作。
如何实现这一点,请记住我需要根据原始代码设置htmlattribues