Public Class WorkController Inherits System.Web.Mvc.Controller Function Index() Return DateTime.Now End Function End Class