C# Class JustPressPlay.Controllers.NewsController

Inheritance: Controller
Afficher le fichier Open project: RIT-MAGIC/JustPressPlay

Méthodes publiques

Méthode Description
Index ( ) : System.Web.Mvc.ActionResult

The list of all news (I think)

IndividualNews ( int id ) : System.Web.Mvc.ActionResult

A single new item's page

Method Details

Index() public méthode

The list of all news (I think)
public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

IndividualNews() public méthode

A single new item's page
public IndividualNews ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult