RenderPartial missing from Html Helper in ASP.NET MVC 2
Posted
by Guy
on Stack Overflow
See other posts from Stack Overflow
or by Guy
Published on 2010-04-21T02:20:58Z
Indexed on
2010/04/21
2:23 UTC
Read the original article
Hit count: 316
asp.net-mvc-2
I've just converted an application from MVC 1 to MVC 2 using the VS2010 wizard. Not found is the Html.RenderPartial which I have sprinkled around a number of views. I am guessing that this is something that I've done wrong because I see no mention of this as a breaking change in the white papers and docs. Everything I'm using is RTM/RTW and no beta or RC versions.
© Stack Overflow or respective owner