Hi everyone!
I have a View that receives a List of an object and for each object in this list I generate a Partial View.
It's a seach result, such as Google. Each result will be wrapped in a form and each result will have its "save" post button.
So, when I post a form, I will lead user to another page where he will confirm the result he chose.
Some itens of the result I can save them to hidden fields and pass them in a FormCollection to this other page.
But, I was wondering if there's a way that I could pass this result object via post, in stead of creating hidden fields (?).
Thanks a lot!!