up vote 0 down vote favorite
1
share [g+] share [fb]

I am wondering is there a way to render a partial view in the controller. So like you have a partial view and instead of returning it you render it right there in that controller method and store the result into a string or something like that?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Take a look at the earlier stackflow thread at http://stackoverflow.com/questions/483091/render-a-view-as-a-string/1241257#1241257

Also, http://www.klopfenstein.net/lorenz.aspx/render-partial-view-to-string-in-asp-net-mvc

I haven't tried it personally though... good luck.

link|improve this answer
It works with default view engine and others, but when you use other, it can be done easier. – LukLed Nov 8 '09 at 19:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.