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
|
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public IndividualNews ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |