C# Class challenge_mvc_asp.Controllers.HomeController
Exibir arquivo
Open project: code-check/challenge-mvc-asp
Public Methods
Method |
Description |
|
Deal ( ) : System.Web.Mvc.ActionResult |
|
|
Index ( ) : System.Web.Mvc.ActionResult |
|
|
Page ( int id ) : System.Web.Mvc.ActionResult |
|
|
Method Details
public Deal ( ) : System.Web.Mvc.ActionResult |
return |
System.Web.Mvc.ActionResult |
|
public Index ( ) : System.Web.Mvc.ActionResult |
return |
System.Web.Mvc.ActionResult |
|
public Page ( int id ) : System.Web.Mvc.ActionResult |
id |
int |
|
return |
System.Web.Mvc.ActionResult |
|