How to use two models in a view using Tuple and view model and what is there diffences?

Recommended Answers

All 3 Replies

public class MyModel
{
    public Model1 Model1 { get; set;}
    public Model2 Model2 { get; set;}
}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.