I\'d like to take data entered in an MVC user form and display it in a different view.
The class has the following private variable:
IList
It looks like you are looking for the UpdateModel command:
Check out ScottGu's blog post on the topic:
Improved UpdateModel and TryUpdateModel methods