I have a strange problem with my model passed to the View
Controller
[Authorize] public ActionResult Sth() { return View(\"~/Views/S
It also works if you pass null for the first two parameters:
return View(null, null, "abc");