I have the following
@<div class="btn btn-info btn-user">@Html.ActionLink("hello " + User.Identity.GetUserName() + "!", "index", "Candidate", routeValues:=Nothing, htmlAttributes:=New With {.title = "Manage Your Profile"})</div>
Is there a way I can get the full name of the user instead of the username?