Method | Description | |
---|---|---|
Create ( ) : IActionResult | ||
Details ( int id ) : IActionResult | ||
Edit ( int id ) : IActionResult | ||
Index ( int page = 1, string name = "", int cityId, char letter = null ) : IActionResult | ||
Search ( string q ) : Microsoft.AspNet.Mvc.JsonResult | ||
StreetsController ( ApplicationDbContext context ) : System |
Method | Description | |
---|---|---|
Create ( |
||
Delete ( int id ) : IActionResult | ||
Edit ( |
||
Filter ( |
public Index ( int page = 1, string name = "", int cityId, char letter = null ) : IActionResult | ||
page | int | |
name | string | |
cityId | int | |
letter | char | |
return | IActionResult |
public Search ( string q ) : Microsoft.AspNet.Mvc.JsonResult | ||
q | string | |
return | Microsoft.AspNet.Mvc.JsonResult |
public StreetsController ( ApplicationDbContext context ) : System | ||
context | ApplicationDbContext | |
return | System |