C# Class MVC6_Example.Controllers.MvcExampleController
Afficher le fichier
Open project: LadyLizzy/mvc6-example
Méthodes publiques
Méthode |
Description |
|
Error ( ) : IActionResult |
|
|
Index ( ) : IActionResult |
|
|
Json ( ) : IActionResult |
|
|
Stuff ( int id ) : IActionResult |
|
|
Private Methods
Méthode |
Description |
|
Index ( ExampleViewModel model ) : IActionResult |
|
|
Method Details
public Error ( ) : IActionResult |
Résultat |
IActionResult |
|
public Index ( ) : IActionResult |
Résultat |
IActionResult |
|
public Json ( ) : IActionResult |
Résultat |
IActionResult |
|
public Stuff ( int id ) : IActionResult |
id |
int |
|
Résultat |
IActionResult |
|