Public Class ProductController Inherits System.Web.Mvc.Controller ' ' GET: /Products/ Function Index() ' Add action logic here Return View() End Function End Class