MVC project what is the difference between
PartialViewResult
ActionResult
ViewResult
classes?
can anyone post brief introduction link?
MVC project what is the difference between
PartialViewResult
ActionResult
ViewResult
classes?
can anyone post brief introduction link?
Here are some resources to get you started:
The MSDN documentation for the ActionResult class can be viewed here.
ActionResult types in MVC2 is a good introduction.
ASP.NET MVC ActionResults explained is some more information.
What's the point of ActionResult return type? link refers to another Stack Overflow post.
Difference Between ViewResult() and ActionResult() is another.