I have a strange problem with my model passed to the View
Controller
[Authorize] public ActionResult Sth() { return View(\"~/Views/S
Yes you can if you are using the right overload:
return View("~/Views/Sth/Sth.cshtml" /* view name*/, null /* master name */, "abc" /* model */);