tags:

views:

107

answers:

1

I am trying like

return RedirectToAction("Index", new { Name = Name });

where name is string type. and it is working but how do I pass list to another action?