Method | Description | |
---|---|---|
Index ( [ Include = "Name,Score,md5Hash")]HighscoreViewModelhighscoreViewModel ) : System.Web.Mvc.ActionResult |
GET: /Highscores Wird Standardmäßig aufgerufen und schreibt einen Eintrag in die Highscoreliste
|
|
List ( ) : System.Web.Mvc.ActionResult |
GET: /Highscores/List
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Methode für das Löschen des Controllers.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Boolean ob die db Verbindung gelöscht werden soll. |
return | void |
public Index ( [ Include = "Name,Score,md5Hash")]HighscoreViewModelhighscoreViewModel ) : System.Web.Mvc.ActionResult | ||
Include | [ | |
return | System.Web.Mvc.ActionResult |
public List ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |