C# Class Todo.Controllers.HomeController

Inheritance: Microsoft.AspNet.Mvc.Controller
Afficher le fichier Open project: artigat1/TodoAppWithBackboneRequireAndMVC

Méthodes publiques

Méthode Description
HomeController ( ) : System.Collections.Generic
HomeController ( IRepository repository ) : System.Collections.Generic
Index ( ) : Microsoft.AspNet.Mvc.ActionResult

Private Methods

Méthode Description
Delete ( int id ) : Microsoft.AspNet.Mvc.ActionResult
Get ( ) : Microsoft.AspNet.Mvc.ActionResult
Post ( TodoViewModel newTodo ) : Microsoft.AspNet.Mvc.ActionResult
Put ( int id, TodoViewModel newTodo ) : Microsoft.AspNet.Mvc.ActionResult

Method Details

HomeController() public méthode

public HomeController ( ) : System.Collections.Generic
Résultat System.Collections.Generic

HomeController() public méthode

public HomeController ( IRepository repository ) : System.Collections.Generic
repository IRepository
Résultat System.Collections.Generic

Index() public méthode

public Index ( ) : Microsoft.AspNet.Mvc.ActionResult
Résultat Microsoft.AspNet.Mvc.ActionResult