In case we are returning anonymous type from Controller to the views, what should be the @model in the View?

 Posted by Sheonarayan on 11/23/2013 | Category: ASP.NET MVC Interview questions | Views: 32946 | Points: 40
Select from following answers:
  1. IEnumerable<dynamic>
  2. IEnumerable<var>
  3. IEnumerable<anonymous>
  4. Any of the above
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response