This course will be retired on July 14, 2025.

Well done!

You have completed Section Review!

Quiz Question 1 of 5

For the following action method, which of the following is true?

[HttpPost]
public ActionResult Report(Issue issue)
{
    return View();
}

Choose the correct answer below:

Skip Quiz Review Video