Finished 'Attribute Routing in ASP.NET MVC App'
parent
14ccb1a525
commit
0eae1cbf18
|
@ -33,6 +33,7 @@ namespace AttributeRoutingDemoInMVC.Controllers
|
||||||
}
|
}
|
||||||
|
|
||||||
[HttpGet]
|
[HttpGet]
|
||||||
|
[Route("students/{studentID}/courses")]
|
||||||
public ActionResult GetStudentCourses(int studentID)
|
public ActionResult GetStudentCourses(int studentID)
|
||||||
{
|
{
|
||||||
List<string> CourseList = new List<string>();
|
List<string> CourseList = new List<string>();
|
||||||
|
|
Loading…
Reference in New Issue