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
The second parameter to RedirectAction is routeValues, not model.
protected internal RedirectToRouteResult RedirectToAction(string actionName, object routeValues);
Try using TempData for the model. Its for persisting data between redirects.