I have the following code :
@Html.ActionLink(\"Hello \" + User.Identity.GetUserName() + \"!\", \"Manage\", \"Account\", routeValues: null, htmlAttributes: new
I think you can use Url.Action method.
"Hello " + User.Identity.GetUserName() + "!"