Is it possible to send more than one model object to an ASP.NET MVC View?
问题 On my start page, I'd like to display the first items from several different lists that I have on other pages - somewhat like the "recent" page here on SO displays both recent posts and recent comments. In my case I want to list the two most recent posts in a guest book, and the next upcoming event. In order to do this, how can I pass several Model objects to my View? Is it even possible? If not, how should it be done? 回答1: An alternative to tvanfosson's solution is to create a strongly-typed