Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 1st, 2012  |  syntax: None  |  size: 0.22 KB  |  hits: 6  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Do i need to pass more than one model to the view or is there another way to do this?
  2. public class MyModel
  3. {
  4.     public Invitation Invitation { get; set; }
  5.     public List<Contact> Contacts { get; set; }
  6. }
  7.        
  8. @model MyModel