Public Class BookController Inherits System.Web.Mvc.Controller Function Index() Return View() End Function End Class