ASP.NET MVC - Combine Json result with ViewResult
Posted
by elado
on Stack Overflow
See other posts from Stack Overflow
or by elado
Published on 2009-07-25T10:54:49Z
Indexed on
2010/06/12
6:23 UTC
Read the original article
Hit count: 255
Can I return a Json result that contains also a rendered view?
I need it to return the new ID of a submitted form along with its HTML and some other properties.
Also that can be helpful when I need to return two (or more) view results from one action inside a Json object.
Thanks!
© Stack Overflow or respective owner