C# Class MVC6_Example.Controllers.MvcExampleController
Datei anzeigen
Open project: LadyLizzy/mvc6-example
Public Methods
Method |
Description |
|
Error ( ) : IActionResult |
|
|
Index ( ) : IActionResult |
|
|
Json ( ) : IActionResult |
|
|
Stuff ( int id ) : IActionResult |
|
|
Private Methods
Method |
Description |
|
Index ( ExampleViewModel model ) : IActionResult |
|
|
Method Details
public Error ( ) : IActionResult |
return |
IActionResult |
|
public Index ( ) : IActionResult |
return |
IActionResult |
|
public Json ( ) : IActionResult |
return |
IActionResult |
|
public Stuff ( int id ) : IActionResult |
id |
int |
|
return |
IActionResult |
|