_ Public Class HomeController Inherits System.Web.Mvc.Controller Function Index(ByVal id As String) Return View() End Function End Class