C# Class JustPressPlay.Controllers.NewsController

Inheritance: Controller
显示文件 Open project: RIT-MAGIC/JustPressPlay

Public Methods

Method 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 method

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

IndividualNews() public method

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