_ Public Class HomeController Inherits System.Web.Mvc.Controller Function Index() As ActionResult Return View() End Function Function SayHello() As String Return "Hello!" End Function End Class