C# Class Routes.Controllers.ProductController

Inheritance: Controller
Afficher le fichier Open project: jeffreypalermo/mvc2inaction

Méthodes publiques

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

Method Details

Index() public méthode

public Index ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

Search() public méthode

public Search ( string name ) : System.Web.Mvc.ViewResult
name string
Résultat System.Web.Mvc.ViewResult

Show() public méthode

public Show ( int id ) : System.Web.Mvc.ViewResult
id int
Résultat System.Web.Mvc.ViewResult