What's the difference between "return View()" and "return PartialView()"
Posted
by Shay Friedman
on Stack Overflow
See other posts from Stack Overflow
or by Shay Friedman
Published on 2010-04-18T12:51:28Z
Indexed on
2010/04/18
13:03 UTC
Read the original article
Hit count: 428
asp.net-mvc
I understand that partial views are used to render parts of a view. But I can't understand what's the difference between return View()
and return PartialView()
and when do you use each one.
© Stack Overflow or respective owner