C# Class Routes.Controllers.ProductController

Inheritance: Controller
显示文件 Open project: jeffreypalermo/mvc2inaction

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ViewResult
Search ( string name ) : System.Web.Mvc.ViewResult
Show ( int id ) : System.Web.Mvc.ViewResult

Method Details

Index() public method

public Index ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

Search() public method

public Search ( string name ) : System.Web.Mvc.ViewResult
name string
return System.Web.Mvc.ViewResult

Show() public method

public Show ( int id ) : System.Web.Mvc.ViewResult
id int
return System.Web.Mvc.ViewResult