Public Class ProductController Inherits System.Web.Mvc.Controller Function Details(ByVal productId As Integer) As ActionResult Return View() End Function End Class