When the students click on the "Check your Solution" for Step 3 of this exercise there seems to be a mistake as it shows
[HttpPost]
[Route("Events/Edit/{eventId}")]
public IActionResult Edit(int eventId)
{
// controller code will go here
}
But this should be an [HttpGet]...so some learners got caught up on using what the "Check your solution" showed and it caused problems
When the students click on the "Check your Solution" for Step 3 of this exercise there seems to be a mistake as it shows [HttpPost] [Route("Events/Edit/{eventId}")] public IActionResult Edit(int eventId) { // controller code will go here }
But this should be an [HttpGet]...so some learners got caught up on using what the "Check your solution" showed and it caused problems