ASP.NET MVC 2 and lists as Hidden values?
问题 Hi, I have a View class that contains a list, this list explains the available files that the user have uploaded (rendered with an html helper). To maintain this data on submit I have added the following to the view : <%: Html.HiddenFor(model => model.ModelView.Files)%> I was hoping that the mode.ModelView.Files list would be returned to the action on submit but it is not? Is it not possible to have a list as hiddenfield? More information : The user submit a couple of files that is saved on