Top "Viewresult" questions

Must ASP.NET MVC Controller Methods Return ActionResult?

Being new to ASP.NET MVC, I've been wondering about the signature of Controller methods. In all the examples I've …

asp.net-mvc polymorphism actionresult viewresult
How to set view model on ViewResult in request filter?

I make a MVC project and I want set Model into View from filter. But I do not kown ,How …

c# asp.net-mvc model filter viewresult
MVC4 PartialViewResult return a view and not a PartialView

I have an LogInOrRegister page in my application, that calls 2 child actions LogInOrRegister.cshtml @{ ViewBag.Title = "Log in"; } @Html.Action("…

c# asp.net asp.net-mvc asp.net-mvc-4 viewresult