Public Class UserController Inherits System.Web.Mvc.Controller _ Function GetName() Return "Hi " & User.Identity.Name End Function End Class