C# Class challenge_mvc_asp.Interfaces.NewsBaseController

Inheritance: Controller
Afficher le fichier Open project: code-check/challenge-mvc-asp

Méthodes publiques

Méthode Description
Feed ( SearchPostModel model ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Search ( SearchPostModel model ) : System.Web.Mvc.ActionResult

Method Details

Feed() public méthode

public Feed ( SearchPostModel model ) : System.Web.Mvc.ActionResult
model challenge_mvc_asp.Models.SearchPostModel
Résultat System.Web.Mvc.ActionResult

Index() public méthode

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

Search() public méthode

public Search ( SearchPostModel model ) : System.Web.Mvc.ActionResult
model challenge_mvc_asp.Models.SearchPostModel
Résultat System.Web.Mvc.ActionResult