Answer:
Whenever you want to use two models in a single view, then add the models to the view in the following way,
@using MvcSampleCFA_02032014.Models;
@model Tuple<PersonCFA, AddressCFA>
Now, you can access all the properties present in the two models.
Asked In: Many Interviews |
Alert Moderator